From 42b68af1062f75bb4a91cf47e329a7e8100cd815 Mon Sep 17 00:00:00 2001 From: TsiChung Liew Date: Tue, 27 Jan 2009 15:19:35 +0000 Subject: ColdFire: PLATFORM_CPPFLAGS updates for new compiler Update PLATFORM_CPPFLAGS to accept 4.3.x version of ColdFire compiler. Signed-off-by: TsiChung Liew --- cpu/mcf5227x/config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpu/mcf5227x') diff --git a/cpu/mcf5227x/config.mk b/cpu/mcf5227x/config.mk index 8d60fd66b..8eab49dff 100644 --- a/cpu/mcf5227x/config.mk +++ b/cpu/mcf5227x/config.mk @@ -24,8 +24,8 @@ # PLATFORM_RELFLAGS += -ffixed-d7 -msep-data -ifeq ($(findstring 4.2,$(shell $(CC) --version)),4.2) -PLATFORM_CPPFLAGS += -mcpu=5208 -fPIC +ifneq ($(findstring 4.1,$(shell $(CC) --version)),4.1) +PLATFORM_CPPFLAGS += -mcpu=52277 -fPIC else PLATFORM_CPPFLAGS += -m5307 -fPIC endif -- cgit v1.2.3