diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-12-21 03:02:26 +0100 |
---|---|---|
committer | <ralf@denk.linux-mips.net> | 2006-01-10 13:39:08 +0000 |
commit | d4ea001dd0912a14967266581601494d94a4c565 (patch) | |
tree | a42c805f72cf337c26df72b4d478fc430ff8b977 /arch/mips/Makefile | |
parent | d56efda4510b1c6be3bd5ceb3e6dd3a4d64396f3 (diff) | |
download | linux-3.10-d4ea001dd0912a14967266581601494d94a4c565.tar.gz linux-3.10-d4ea001dd0912a14967266581601494d94a4c565.tar.bz2 linux-3.10-d4ea001dd0912a14967266581601494d94a4c565.zip |
MIPS: Don't pass -finline-limit=100000.
This was a stop gap meassure for gcc 3.3 and newer sometimes not inlining
inline functions in the 2.4 days. Starting we pass the always_inline
attribute, so -finline-limit is no longer necessary and it's been shown
to problematic on Sparc.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index e14ba5e01a3..2a9f2ef27b2 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -93,7 +93,6 @@ endif # cflags-y += -I $(TOPDIR)/include/asm/gcc cflags-y += -G 0 -mno-abicalls -fno-pic -pipe -cflags-y += $(call cc-option, -finline-limit=100000) LDFLAGS_vmlinux += -G 0 -static -n -nostdlib MODFLAGS += -mlong-calls |