-finline-limit might have been required for older compilers, but
nowadays it does no longer make sense.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
arch/mips/Makefile | 1 -
arch/s390/Makefile | 1 -
2 files changed, 2 deletions(-)
--- linux-2.6.15-mm2-full/arch/mips/Makefile.old 2006-01-08
16:25:35.000000000 +0100
+++ linux-2.6.15-mm2-full/arch/mips/Makefile 2006-01-08 16:25:46.000000000
+0100
@@ -93,7 +93,6 @@
#
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
--- linux-2.6.15-mm2-full/arch/s390/Makefile.old 2006-01-08
16:25:53.000000000 +0100
+++ linux-2.6.15-mm2-full/arch/s390/Makefile 2006-01-08 16:25:59.000000000
+0100
@@ -67,7 +67,6 @@
endif
CFLAGS += -mbackchain -msoft-float $(cflags-y)
-CFLAGS += $(call cc-option,-finline-limit=10000)
CFLAGS += -pipe -fno-strength-reduce -Wno-sign-compare
AFLAGS += $(aflags-y)
|