From e06f149e997f8175eb629f5ff1543d7eaf8e1da6 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 21 Aug 2012 07:28:06 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4596 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/GCC/ARM/chcore.h | 2 +- os/ports/GCC/ARMCMx/chcore.h | 2 +- os/ports/GCC/AVR/chcore.h | 2 +- os/ports/GCC/MSP430/chcore.h | 2 +- os/ports/GCC/PPC/chcore.h | 2 +- os/ports/GCC/SIMIA32/chcore.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'os/ports') 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. -- cgit v1.2.3