ColdFire: PLATFORM_CPPFLAGS updates for new compiler
[oweals/u-boot.git] / cpu / mcf532x / config.mk
index ba324a894a5e7a4df4d1fc521038818c253c7e7a..0cb90ac4e2e0ba3ffab2c547ebd74229fca599c4 100644 (file)
@@ -24,4 +24,8 @@
 #
 
 PLATFORM_RELFLAGS += -ffixed-d7 -msep-data
+ifneq ($(findstring 4.1,$(shell $(CC) --version)),4.1)
+PLATFORM_CPPFLAGS += -mcpu=5329 -fPIC
+else
 PLATFORM_CPPFLAGS += -m5307 -fPIC
+endif