aboutsummaryrefslogtreecommitdiffstats
path: root/demos/SPC5/RT-SPC56EL-EVB
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-02-07 14:12:58 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-02-07 14:12:58 +0000
commite3d87e924536a80ae78fe6868f34a4d4a8bc1ecc (patch)
tree8ad6ec935b13c0e449d40e1ba265ad25f43aa1d4 /demos/SPC5/RT-SPC56EL-EVB
parent8872d9680cc3b2a91e1a818f02f9befa7811ceb7 (diff)
downloadChibiOS-e3d87e924536a80ae78fe6868f34a4d4a8bc1ecc.tar.gz
ChibiOS-e3d87e924536a80ae78fe6868f34a4d4a8bc1ecc.tar.bz2
ChibiOS-e3d87e924536a80ae78fe6868f34a4d4a8bc1ecc.zip
Unified HighTec and plain GCC compiler ports for e200z. Demos defaulted to GCC.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10097 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/SPC5/RT-SPC56EL-EVB')
-rw-r--r--demos/SPC5/RT-SPC56EL-EVB/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/demos/SPC5/RT-SPC56EL-EVB/Makefile b/demos/SPC5/RT-SPC56EL-EVB/Makefile
index ad101086c..dbaca89ca 100644
--- a/demos/SPC5/RT-SPC56EL-EVB/Makefile
+++ b/demos/SPC5/RT-SPC56EL-EVB/Makefile
@@ -133,11 +133,11 @@ INCDIR = $(CHIBIOS)/os/license \
# Compiler settings
#
-#MCU = e500mc -meabi -msdata=none -mnew-mnemonics -mregnames
-MCU = e200zx -meabi -msdata=none -mnew-mnemonics -mregnames
+#MCU = e200zx -meabi -msdata=none -mnew-mnemonics -mregnames
+MCU = e200z0 -meabi -msdata=none -mregnames
-#TRGT = powerpc-eabi-
-TRGT = ppc-vle-
+#TRGT = ppc-vle-
+TRGT = powerpc-eabivle-
CC = $(TRGT)gcc
CPPC = $(TRGT)g++
# Enable loading with g++ only if you need C++ runtime support.