This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] gcc-3.4 does no support --param max-inline-insns


gcc-3.4 no longer supports --param max-inline-insns. Use -finline-limit instead.
2004-02-19  Steven Munroe  <sjmunroe@us.ibm.com>

	* sysdeps/powerpc/powerpc64/Makefile: Use finline-limit.

diff -urN libc23-cvstip-20040218/sysdeps/powerpc/powerpc64/Makefile libc23/sysdeps/powerpc/powerpc64/Makefile
--- libc23-cvstip-20040218/sysdeps/powerpc/powerpc64/Makefile	2003-10-22 16:30:03.000000000 -0500
+++ libc23/sysdeps/powerpc/powerpc64/Makefile	2004-02-19 13:35:17.000000000 -0600
@@ -20,5 +20,5 @@
 
 ifeq ($(subdir),elf)
 # help gcc inline asm code from dl-machine.h
-+cflags += --param max-inline-insns=2000
++cflags += -finline-limit=2000
 endif

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]