public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] mips/s390: remove -finline-limit=10000{,0}
@ 2006-01-08 15:32 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2006-01-08 15:32 UTC (permalink / raw)
  To: ralf, schwidefsky, linux390; +Cc: linux-390, linux-mips, linux-kernel

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-01-08 15:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-08 15:32 [2.6 patch] mips/s390: remove -finline-limit=10000{,0} Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox