aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-12-07 08:55:48 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-12-07 08:55:48 +0000
commit2cf8a7897b9bd9b38cdde479a71f7980bb753d3f (patch)
treeb4f5e70cc69f0349bee6b5cc53a10c3cef24cbdd /os/common/ports
parent35328c52fe6c351092b2f51a394d696fdf98f250 (diff)
downloadChibiOS-2cf8a7897b9bd9b38cdde479a71f7980bb753d3f.tar.gz
ChibiOS-2cf8a7897b9bd9b38cdde479a71f7980bb753d3f.tar.bz2
ChibiOS-2cf8a7897b9bd9b38cdde479a71f7980bb753d3f.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11128 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/ports')
-rw-r--r--os/common/ports/e200/chcore.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/common/ports/e200/chcore.h b/os/common/ports/e200/chcore.h
index 328f39eb1..84b065c68 100644
--- a/os/common/ports/e200/chcore.h
+++ b/os/common/ports/e200/chcore.h
@@ -83,12 +83,12 @@
/**
* @brief Name of the implemented architecture.
*/
-#define PORT_ARCHITECTURE_NAME "Power Architecture"
+#define PORT_ARCHITECTURE_NAME "Power Architecture e200"
/**
* @brief Compiler name and version.
*/
-#if defined(__GNUC__) || defined(__DOXYGEN__)
+#if (defined(__GNUC__) && !defined(__ghs__)) || defined(__DOXYGEN__)
#define PORT_COMPILER_NAME "GCC " __VERSION__
#elif defined(__MWERKS__)