commit | 117b0b1d3c8f5c029f567272cdca03fbd8f1bb59 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.(none)> | Thu Dec 01 02:15:07 2005 +0100 |
committer | Wolfgang Denk <wd@pollux.(none)> | Thu Dec 01 02:15:07 2005 +0100 |
tree | a3ee0f61898fdac05b298b23e42b784d6fe0d5e1 | |
parent | 068a3aecc503dccebe98a65a34fd981bd01e0f1a [diff] [blame] |
Fix U-Boot compilation for MIPS boards using ELDK 4.0
diff --git a/cpu/mips/config.mk b/cpu/mips/config.mk index fd10747..c357615 100644 --- a/cpu/mips/config.mk +++ b/cpu/mips/config.mk
@@ -26,7 +26,7 @@ if [ "$v" -lt "14" ]; then \ echo "-mcpu=4kc"; \ else \ - echo "-march=4kc -mtune=4kc -Wa,-mips_allow_branch_to_undefined"; \ + echo "-march=4kc -mtune=4kc"; \ fi) ifneq (,$(findstring 4KCle,$(CROSS_COMPILE)))