diff options
author | Jason Jin <Jason.jin@freescale.com> | 2011-08-18 14:41:14 +0800 |
---|---|---|
committer | jason <jason@jason-ThinkPad-T61.(none)> | 2011-09-04 22:46:55 +0800 |
commit | 45263ec4c06fd8f1201df0bc7a8ab37a639a41f3 (patch) | |
tree | 4c5b0a87e38bc043a1dcc176340e12326b2e57c5 /arch/m68k/cpu/mcf5445x | |
parent | b823c8cda03c85ebfbe40ecc37e1fe698166979d (diff) | |
download | u-boot-imx-45263ec4c06fd8f1201df0bc7a8ab37a639a41f3.zip u-boot-imx-45263ec4c06fd8f1201df0bc7a8ab37a639a41f3.tar.gz u-boot-imx-45263ec4c06fd8f1201df0bc7a8ab37a639a41f3.tar.bz2 |
ColdFire: Update compile flags for each CPUs
Remove compiler version check for gcc 4.1 in config.mk.
Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
Diffstat (limited to 'arch/m68k/cpu/mcf5445x')
-rw-r--r-- | arch/m68k/cpu/mcf5445x/config.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/m68k/cpu/mcf5445x/config.mk b/arch/m68k/cpu/mcf5445x/config.mk index b0b49f7..61a731e 100644 --- a/arch/m68k/cpu/mcf5445x/config.mk +++ b/arch/m68k/cpu/mcf5445x/config.mk @@ -24,11 +24,7 @@ # PLATFORM_RELFLAGS += -ffixed-d7 -msep-data -ifneq ($(findstring 4.1,$(shell $(CC) --version)),4.1) PLATFORM_CPPFLAGS += -mcpu=54455 -fPIC -else -PLATFORM_CPPFLAGS += -m5407 -fPIC -endif ifneq (,$(findstring -linux-,$(shell $(CC) --version))) ifneq (,$(findstring GOT,$(shell $(LD) --help))) |