aboutsummaryrefslogtreecommitdiffstats
path: root/demos/SPC5/RT-SPC56EL-EVB
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-03-10 14:22:12 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-03-10 14:22:12 +0000
commit16e06c3edf4cc6ab10e59616a7fb3e59a751fb48 (patch)
treed6a4a2641ba577b142dd185d343a323dd732843e /demos/SPC5/RT-SPC56EL-EVB
parentd22817da04c462ea289ee52a055594f0eebad80d (diff)
downloadChibiOS-16e06c3edf4cc6ab10e59616a7fb3e59a751fb48.tar.gz
ChibiOS-16e06c3edf4cc6ab10e59616a7fb3e59a751fb48.tar.bz2
ChibiOS-16e06c3edf4cc6ab10e59616a7fb3e59a751fb48.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10122 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/SPC5/RT-SPC56EL-EVB')
-rw-r--r--demos/SPC5/RT-SPC56EL-EVB/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/demos/SPC5/RT-SPC56EL-EVB/Makefile b/demos/SPC5/RT-SPC56EL-EVB/Makefile
index dbaca89ca..9ae00d026 100644
--- a/demos/SPC5/RT-SPC56EL-EVB/Makefile
+++ b/demos/SPC5/RT-SPC56EL-EVB/Makefile
@@ -133,11 +133,12 @@ INCDIR = $(CHIBIOS)/os/license \
# Compiler settings
#
-#MCU = e200zx -meabi -msdata=none -mnew-mnemonics -mregnames
-MCU = e200z0 -meabi -msdata=none -mregnames
+#MCU = e200zx -meabi -msdata=none -mnew-mnemonics -mregnames # HighTec
+MCU = e200z4 -meabi -msdata=none -mregnames # Free GCC
#TRGT = ppc-vle-
-TRGT = powerpc-eabivle-
+#TRGT = powerpc-eabivle-
+TRGT = ppc-freevle-eabi-
CC = $(TRGT)gcc
CPPC = $(TRGT)g++
# Enable loading with g++ only if you need C++ runtime support.