(sysdep-CFLAGS): Increase inline limit.
authorAndreas Schwab <schwab@suse.de>
Mon, 6 Jan 2003 18:11:24 +0000 (18:11 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 6 Jan 2003 18:11:24 +0000 (18:11 +0000)
sysdeps/m68k/Makefile

index 68dc258..778a222 100644 (file)
@@ -37,3 +37,6 @@ long-double-fcts = yes
 ifeq ($(subdir),elf)
 CFLAGS-rtld.c += -Wno-uninitialized -Wno-unused
 endif
+
+# Use a more reasonable inline limit
+sysdep-CFLAGS += --param max-inline-insns-single=4000