Merge branch 'master' of git://www.denx.de/git/u-boot-video
[oweals/u-boot.git] / cpu / mcf523x / config.mk
index ba324a894a5e7a4df4d1fc521038818c253c7e7a..93645a31e0a086c4c12d6d2d9ec8cd4b93f12f50 100644 (file)
@@ -24,4 +24,8 @@
 #
 
 PLATFORM_RELFLAGS += -ffixed-d7 -msep-data
+ifeq ($(findstring 4.2,$(shell $(CC) --version)),4.2)
+PLATFORM_CPPFLAGS += -mcpu=5235 -fPIC
+else
 PLATFORM_CPPFLAGS += -m5307 -fPIC
+endif