[2.6 patch] mips/s390: remove -finline-limit=10000{,0}

From: Adrian Bunk
Date: Sun Jan 08 2006 - 10:36:20 EST


-finline-limit might have been required for older compilers, but
nowadays it does no longer make sense.


Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

---

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)


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/