Commit 5e370570 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

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
parent a1fc946a
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> 2009-05-27 Shujing Zhao <pearly.zhao@oracle.com>
* config/m32r/m32r.c: Use REG_P, MEM_P and CONST_INT_P where * config/m32r/m32r.c: Use REG_P, MEM_P and CONST_INT_P where
......
...@@ -604,7 +604,7 @@ TARGET_LIBGCC2_CFLAGS = ...@@ -604,7 +604,7 @@ TARGET_LIBGCC2_CFLAGS =
# Options to use when compiling crtbegin/end. # Options to use when compiling crtbegin/end.
CRTSTUFF_CFLAGS = -O2 $(GCC_CFLAGS) $(INCLUDES) $(MULTILIB_CFLAGS) -g0 \ 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 \ -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize \
$(INHIBIT_LIBC_CFLAGS) $(INHIBIT_LIBC_CFLAGS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment