[2.6 patch] arch/s390/Makefile: remove -finline-limit=10000

From: Adrian Bunk
Date: Tue Jan 10 2006 - 15:56:06 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>

--- 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/