summaryrefslogtreecommitdiffstats
path: root/cpu/mcf532x/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/mcf532x/config.mk')
-rw-r--r--cpu/mcf532x/config.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpu/mcf532x/config.mk b/cpu/mcf532x/config.mk
index ba324a894a..16a0bc3264 100644
--- a/cpu/mcf532x/config.mk
+++ b/cpu/mcf532x/config.mk
@@ -24,4 +24,8 @@
#
PLATFORM_RELFLAGS += -ffixed-d7 -msep-data
+ifeq ($(findstring 4.2,$(shell $(CC) --version)),4.2)
+PLATFORM_CPPFLAGS += -mcpu=5329 -fPIC
+else
PLATFORM_CPPFLAGS += -m5307 -fPIC
+endif
OpenPOWER on IntegriCloud