summaryrefslogtreecommitdiff
path: root/cpu/mcf523x/config.mk
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-03-18 00:40:57 +0100
committerWolfgang Denk <wd@denx.de>2009-03-18 00:40:57 +0100
commitefb47346d4be024d995fe907dbd358a21651a67e (patch)
tree8acc6a1f8549cf7e4cf42116cf0d67895773cf82 /cpu/mcf523x/config.mk
parentefa0215228a26a90c86ac03511da73cb519eb516 (diff)
parent8d8235f84d3ef3f29b7d14e741369b5824b5bb4a (diff)
downloadu-boot-imx-efb47346d4be024d995fe907dbd358a21651a67e.zip
u-boot-imx-efb47346d4be024d995fe907dbd358a21651a67e.tar.gz
u-boot-imx-efb47346d4be024d995fe907dbd358a21651a67e.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-coldfire
Diffstat (limited to 'cpu/mcf523x/config.mk')
-rw-r--r--cpu/mcf523x/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mcf523x/config.mk b/cpu/mcf523x/config.mk
index 93645a3..fc79454 100644
--- a/cpu/mcf523x/config.mk
+++ b/cpu/mcf523x/config.mk
@@ -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