aboutsummaryrefslogtreecommitdiffstats
path: root/demos/SPC5/RT-SPC564A-EVB/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'demos/SPC5/RT-SPC564A-EVB/Makefile')
-rw-r--r--demos/SPC5/RT-SPC564A-EVB/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/demos/SPC5/RT-SPC564A-EVB/Makefile b/demos/SPC5/RT-SPC564A-EVB/Makefile
index 8ad7d5df3..114bd8d87 100644
--- a/demos/SPC5/RT-SPC564A-EVB/Makefile
+++ b/demos/SPC5/RT-SPC564A-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.