summaryrefslogtreecommitdiff
path: root/cpu/mcf5227x
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-05-03 23:07:15 +0200
committerWolfgang Denk <wd@denx.de>2008-05-03 23:07:15 +0200
commitbd98ee60df43ee6dd6f5ebe32c67d03e90513ff8 (patch)
tree554c4e4f5b056ce9536aabdd8bed80cde636c509 /cpu/mcf5227x
parentc4e5f52a58d278eebb87f476e353972c5dacea40 (diff)
Revert "ColdFire: Get information from the correct GCC"
This reverts commit b7166e05a513c0806b63b9dfb6f1d77645cede2a (replaced by commit c4e5f52a58d278eebb87f476e353972c5dacea40).
Diffstat (limited to 'cpu/mcf5227x')
-rw-r--r--cpu/mcf5227x/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mcf5227x/config.mk b/cpu/mcf5227x/config.mk
index 2e5069687..8d60fd66b 100644
--- a/cpu/mcf5227x/config.mk
+++ b/cpu/mcf5227x/config.mk
@@ -24,7 +24,7 @@
#
PLATFORM_RELFLAGS += -ffixed-d7 -msep-data
-ifeq ($(findstring 4.2,$(shell $(CROSS_COMPILE)gcc --version)),4.2)
+ifeq ($(findstring 4.2,$(shell $(CC) --version)),4.2)
PLATFORM_CPPFLAGS += -mcpu=5208 -fPIC
else
PLATFORM_CPPFLAGS += -m5307 -fPIC