aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-08-21 07:28:06 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-08-21 07:28:06 +0000
commite06f149e997f8175eb629f5ff1543d7eaf8e1da6 (patch)
tree4c7a7bea10b014c6f765c7150f3b300f9cd82c43 /os/ports/GCC
parent44603763e16a634ecc2e65bf7264c9c3cd1755dd (diff)
downloadChibiOS-e06f149e997f8175eb629f5ff1543d7eaf8e1da6.tar.gz
ChibiOS-e06f149e997f8175eb629f5ff1543d7eaf8e1da6.tar.bz2
ChibiOS-e06f149e997f8175eb629f5ff1543d7eaf8e1da6.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4596 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC')
-rw-r--r--os/ports/GCC/ARM/chcore.h2
-rw-r--r--os/ports/GCC/ARMCMx/chcore.h2
-rw-r--r--os/ports/GCC/AVR/chcore.h2
-rw-r--r--os/ports/GCC/MSP430/chcore.h2
-rw-r--r--os/ports/GCC/PPC/chcore.h2
-rw-r--r--os/ports/GCC/SIMIA32/chcore.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/os/ports/GCC/ARM/chcore.h b/os/ports/GCC/ARM/chcore.h
index 47fca447e..61fcbe5f0 100644
--- a/os/ports/GCC/ARM/chcore.h
+++ b/os/ports/GCC/ARM/chcore.h
@@ -140,7 +140,7 @@
/**
* @brief Name of the compiler supported by this port.
*/
-#define CH_COMPILER_NAME "GCC "__VERSION__
+#define CH_COMPILER_NAME "GCC " __VERSION__
/*===========================================================================*/
/* Port implementation part (common). */
diff --git a/os/ports/GCC/ARMCMx/chcore.h b/os/ports/GCC/ARMCMx/chcore.h
index ec534fdb2..25d41664d 100644
--- a/os/ports/GCC/ARMCMx/chcore.h
+++ b/os/ports/GCC/ARMCMx/chcore.h
@@ -118,7 +118,7 @@
/**
* @brief Name of the compiler supported by this port.
*/
-#define CH_COMPILER_NAME "GCC "__VERSION__
+#define CH_COMPILER_NAME "GCC " __VERSION__
/*===========================================================================*/
/* Port implementation part (common). */
diff --git a/os/ports/GCC/AVR/chcore.h b/os/ports/GCC/AVR/chcore.h
index 7f11de61b..bdc7694ca 100644
--- a/os/ports/GCC/AVR/chcore.h
+++ b/os/ports/GCC/AVR/chcore.h
@@ -61,7 +61,7 @@
/**
* @brief Name of the compiler supported by this port.
*/
-#define CH_COMPILER_NAME "GCC "__VERSION__
+#define CH_COMPILER_NAME "GCC " __VERSION__
/**
* @brief Port-specific information string.
diff --git a/os/ports/GCC/MSP430/chcore.h b/os/ports/GCC/MSP430/chcore.h
index 290a9fbdb..10e18d9a6 100644
--- a/os/ports/GCC/MSP430/chcore.h
+++ b/os/ports/GCC/MSP430/chcore.h
@@ -61,7 +61,7 @@
/**
* @brief Name of the compiler supported by this port.
*/
-#define CH_COMPILER_NAME "GCC "__VERSION__
+#define CH_COMPILER_NAME "GCC " __VERSION__
/**
* @brief Port-specific information string.
diff --git a/os/ports/GCC/PPC/chcore.h b/os/ports/GCC/PPC/chcore.h
index 792163707..301a86969 100644
--- a/os/ports/GCC/PPC/chcore.h
+++ b/os/ports/GCC/PPC/chcore.h
@@ -81,7 +81,7 @@
/**
* @brief Name of the compiler supported by this port.
*/
-#define CH_COMPILER_NAME "GCC "__VERSION__
+#define CH_COMPILER_NAME "GCC " __VERSION__
/**
* @brief Port-specific information string.
diff --git a/os/ports/GCC/SIMIA32/chcore.h b/os/ports/GCC/SIMIA32/chcore.h
index 1dcab09d1..e9e2a13f9 100644
--- a/os/ports/GCC/SIMIA32/chcore.h
+++ b/os/ports/GCC/SIMIA32/chcore.h
@@ -48,7 +48,7 @@
/**
* @brief Name of the compiler supported by this port.
*/
-#define CH_COMPILER_NAME "GCC "__VERSION__
+#define CH_COMPILER_NAME "GCC " __VERSION__
/**
* @brief Port-specific information string.