projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a89c56a
)
(sysdep-CFLAGS): Increase inline limit.
author
Andreas Schwab
<schwab@suse.de>
Mon, 6 Jan 2003 18:11:24 +0000
(18:11 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Mon, 6 Jan 2003 18:11:24 +0000
(18:11 +0000)
sysdeps/m68k/Makefile
patch
|
blob
|
history
diff --git
a/sysdeps/m68k/Makefile
b/sysdeps/m68k/Makefile
index
68dc258
..
778a222
100644
(file)
--- a/
sysdeps/m68k/Makefile
+++ b/
sysdeps/m68k/Makefile
@@
-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