PR middle-end/40249
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 May 2009 12:40:09 +0000 (12:40 +0000)
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 May 2009 12:40:09 +0000 (12:40 +0000)
* Makefile.in (CRTSTUFF_CFLAGS): Replace -fno-inline-functions
with -fno-inline.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@147907 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index dc0cd37..28cbc28 100644 (file)
@@ -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
index 33b0203..b140688 100644 (file)
@@ -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)