summaryrefslogtreecommitdiffstats
path: root/cpu/mips/config.mk
diff options
context:
space:
mode:
authorShinya Kuribayashi <shinya.kuribayashi@necel.com>2007-10-21 21:30:42 +0900
committerShinya Kuribayashi <skuribay@ruby.dti.ne.jp>2007-10-21 21:30:42 +0900
commit00101dd7a32d12f698150123e47e4b3420279f86 (patch)
tree32b365935919b0725281f031f1dc6c51850cf113 /cpu/mips/config.mk
parenteb700636db017d310edaeb559b13d82588560674 (diff)
downloadtalos-obmc-uboot-00101dd7a32d12f698150123e47e4b3420279f86.tar.gz
talos-obmc-uboot-00101dd7a32d12f698150123e47e4b3420279f86.zip
[MIPS] Add PIC-related switches to PLATFORM_{CPP,LD}FLAGS and cleanup
Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
Diffstat (limited to 'cpu/mips/config.mk')
-rw-r--r--cpu/mips/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mips/config.mk b/cpu/mips/config.mk
index b29986e26b..487c4eb5d6 100644
--- a/cpu/mips/config.mk
+++ b/cpu/mips/config.mk
@@ -35,6 +35,6 @@ else
ENDIANNESS = -EB
endif
-MIPSFLAGS += $(ENDIANNESS) -mabicalls
+MIPSFLAGS += $(ENDIANNESS)
PLATFORM_CPPFLAGS += $(MIPSFLAGS)
OpenPOWER on IntegriCloud