re PR middle-end/40249 (build breakage with inline heuristics change)
PR middle-end/40249 * Makefile.in (CRTSTUFF_CFLAGS): Replace -fno-inline-functions with -fno-inline. From-SVN: r147907
This commit is contained in:
parent
a1fc946a9f
commit
5e370570a5
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2009-05-27 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
PR middle-end/40249
|
||||
* Makefile.in (CRTSTUFF_CFLAGS): Replace -fno-inline-functions
|
||||
with -fno-inline.
|
||||
|
||||
2009-05-27 Shujing Zhao <pearly.zhao@oracle.com>
|
||||
|
||||
* config/m32r/m32r.c: Use REG_P, MEM_P and CONST_INT_P where
|
||||
|
|
|
@ -604,7 +604,7 @@ TARGET_LIBGCC2_CFLAGS =
|
|||
|
||||
# Options to use when compiling crtbegin/end.
|
||||
CRTSTUFF_CFLAGS = -O2 $(GCC_CFLAGS) $(INCLUDES) $(MULTILIB_CFLAGS) -g0 \
|
||||
-finhibit-size-directive -fno-inline-functions -fno-exceptions \
|
||||
-finhibit-size-directive -fno-inline -fno-exceptions \
|
||||
-fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize \
|
||||
$(INHIBIT_LIBC_CFLAGS)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue