diff options
Diffstat (limited to 'demos/SPC5/RT-SPC564A-EVB/Makefile')
-rw-r--r-- | demos/SPC5/RT-SPC564A-EVB/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/demos/SPC5/RT-SPC564A-EVB/Makefile b/demos/SPC5/RT-SPC564A-EVB/Makefile index 479f4f8fd..8ad7d5df3 100644 --- a/demos/SPC5/RT-SPC564A-EVB/Makefile +++ b/demos/SPC5/RT-SPC564A-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.
|