From 45263ec4c06fd8f1201df0bc7a8ab37a639a41f3 Mon Sep 17 00:00:00 2001 From: Jason Jin Date: Thu, 18 Aug 2011 14:41:14 +0800 Subject: ColdFire: Update compile flags for each CPUs Remove compiler version check for gcc 4.1 in config.mk. Signed-off-by: TsiChung Liew Signed-off-by: Jason Jin --- arch/m68k/cpu/mcf5227x/config.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'arch/m68k/cpu/mcf5227x') diff --git a/arch/m68k/cpu/mcf5227x/config.mk b/arch/m68k/cpu/mcf5227x/config.mk index 8eab49d..f7ee76a 100644 --- a/arch/m68k/cpu/mcf5227x/config.mk +++ b/arch/m68k/cpu/mcf5227x/config.mk @@ -24,8 +24,4 @@ # PLATFORM_RELFLAGS += -ffixed-d7 -msep-data -ifneq ($(findstring 4.1,$(shell $(CC) --version)),4.1) PLATFORM_CPPFLAGS += -mcpu=52277 -fPIC -else -PLATFORM_CPPFLAGS += -m5307 -fPIC -endif -- cgit v1.1