Makefile.in (LIBGCC2_CFLAGS): Compile with -pipe.
authorKelley Cook <kcook@gcc.gnu.org>
Wed, 6 Apr 2005 01:40:06 +0000 (01:40 +0000)
committerR. Kelley Cook <kcook@gcc.gnu.org>
Wed, 6 Apr 2005 01:40:06 +0000 (01:40 +0000)
2005-04-06  Kelley Cook  <kcook@gcc.gnu.org>

* Makefile.in (LIBGCC2_CFLAGS): Compile with -pipe.

From-SVN: r97686

gcc/ChangeLog
gcc/Makefile.in

index b49d5a2122c0c7be0b5e6a2f2f115ecddaf9184c..14be817666cccc33bf222712f8ee3c0bec2b7f7d 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-06  Kelley Cook  <kcook@gcc.gnu.org>
+
+       * Makefile.in (LIBGCC2_CFLAGS): Compile with -pipe.
+
 2005-04-06  Ben Elliston  <bje@au.ibm.com>
 
        * gcc.c: Correct comment about DEFAULT_SWITCH_TAKES_ARG and
index b73170a9427ba9c299d10c31cdd062a79759cb74..726909c1e8733d78cd785bc52b8602e4384ab874 100644 (file)
@@ -521,7 +521,9 @@ INSTALL_LIBGCC = install-libgcc
 # Options to use when compiling libgcc2.a.
 #
 LIBGCC2_DEBUG_CFLAGS = -g
-LIBGCC2_CFLAGS = -O2 $(LIBGCC2_INCLUDES) $(GCC_CFLAGS) $(TARGET_LIBGCC2_CFLAGS) $(LIBGCC2_DEBUG_CFLAGS) $(GTHREAD_FLAGS) -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED @inhibit_libc@
+LIBGCC2_CFLAGS = -O2 $(LIBGCC2_INCLUDES) $(GCC_CFLAGS) $(TARGET_LIBGCC2_CFLAGS) \
+                $(LIBGCC2_DEBUG_CFLAGS) $(GTHREAD_FLAGS) -pipe \
+                -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED @inhibit_libc@
 
 # Additional options to use when compiling libgcc2.a.
 # Some targets override this to -isystem include