ColdFire: PLATFORM_CPPFLAGS updates for new compiler
[oweals/u-boot.git] / cpu / mcf523x / config.mk
index 93645a31e0a086c4c12d6d2d9ec8cd4b93f12f50..fc7945451f02c4f84f05d7e0af4e50e906ca192a 100644 (file)
@@ -24,7 +24,7 @@
 #
 
 PLATFORM_RELFLAGS += -ffixed-d7 -msep-data
-ifeq ($(findstring 4.2,$(shell $(CC) --version)),4.2)
+ifneq ($(findstring 4.1,$(shell $(CC) --version)),4.1)
 PLATFORM_CPPFLAGS += -mcpu=5235 -fPIC
 else
 PLATFORM_CPPFLAGS += -m5307 -fPIC