aboutsummaryrefslogtreecommitdiffstats
path: root/demos/SPC5
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-02-07 12:01:07 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-02-07 12:01:07 +0000
commita457644a0437ce7f2e9d72cdcd29f9dfb8a25b88 (patch)
treeee59a8ed2df719d289ce48a484c20e4ed1aeeb85 /demos/SPC5
parent6e5e2aa9acbbf646746913a940faf8c6beb5d0e8 (diff)
downloadChibiOS-a457644a0437ce7f2e9d72cdcd29f9dfb8a25b88.tar.gz
ChibiOS-a457644a0437ce7f2e9d72cdcd29f9dfb8a25b88.tar.bz2
ChibiOS-a457644a0437ce7f2e9d72cdcd29f9dfb8a25b88.zip
Split support for HighTec and plain GCC in e200 support.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10095 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/SPC5')
-rw-r--r--demos/SPC5/NIL-SPC560D-EVB/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/demos/SPC5/NIL-SPC560D-EVB/Makefile b/demos/SPC5/NIL-SPC560D-EVB/Makefile
index 476a01db4..904b8572c 100644
--- a/demos/SPC5/NIL-SPC560D-EVB/Makefile
+++ b/demos/SPC5/NIL-SPC560D-EVB/Makefile
@@ -129,11 +129,10 @@ INCDIR = $(CHIBIOS)/os/license \
# Compiler settings
#
-#MCU = e500mc -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 = powerpc-eabivle-
CC = $(TRGT)gcc
CPPC = $(TRGT)g++
# Enable loading with g++ only if you need C++ runtime support.