summaryrefslogtreecommitdiffstats
path: root/cpu/mcf5445x
diff options
context:
space:
mode:
authorTsiChungLiew <Tsi-Chung.Liew@freescale.com>2007-11-07 17:51:00 -0600
committerTsiChungLiew <Tsi-Chung.Liew@freescale.com>2007-11-07 17:51:00 -0600
commitd9240a5f827eb3b476a6ba2938d01f1a9e7688f4 (patch)
treef6de106d67ce878e30dbaa27191474956138c1ae /cpu/mcf5445x
parent992742a5b09d9040adbd156fb90756af66ade310 (diff)
downloadtalos-obmc-uboot-d9240a5f827eb3b476a6ba2938d01f1a9e7688f4.tar.gz
talos-obmc-uboot-d9240a5f827eb3b476a6ba2938d01f1a9e7688f4.zip
ColdFire: Update cpu flag for 4.2-xx compiler
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
Diffstat (limited to 'cpu/mcf5445x')
-rw-r--r--cpu/mcf5445x/config.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpu/mcf5445x/config.mk b/cpu/mcf5445x/config.mk
index d0c72fb6b0..88433f2f6d 100644
--- a/cpu/mcf5445x/config.mk
+++ b/cpu/mcf5445x/config.mk
@@ -24,4 +24,8 @@
#
PLATFORM_RELFLAGS += -ffixed-d7 -msep-data
+ifeq ($(findstring 4.2,$(shell $(CC) --version)),4.2)
+PLATFORM_CPPFLAGS += -mcpu=54455 -fPIC
+else
PLATFORM_CPPFLAGS += -m5407 -fPIC
+endif
OpenPOWER on IntegriCloud