commit | 6ad3690aeeef7074fa1fbaf906b9bc7e43623438 | [log] [tgz] |
---|---|---|
author | TsiChungLiew <Tsi-Chung.Liew@freescale.com> | Wed Nov 07 17:51:00 2007 -0600 |
committer | TsiChungLiew <Tsi-Chung.Liew@freescale.com> | Wed Nov 07 17:51:00 2007 -0600 |
tree | f6de106d67ce878e30dbaa27191474956138c1ae | |
parent | f7a7f08edbf3a23c2cd7935de53b935ecaa9605b [diff] [blame] |
ColdFire: Update cpu flag for 4.2-xx compiler Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
diff --git a/cpu/mcf5445x/config.mk b/cpu/mcf5445x/config.mk index d0c72fb..88433f2 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