Commit d34a464a by Kelley Cook Committed by R. Kelley Cook

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

2005-04-06  Kelley Cook  <kcook@gcc.gnu.org>

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

From-SVN: r97686
parent 4651e622
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> 2005-04-06 Ben Elliston <bje@au.ibm.com>
* gcc.c: Correct comment about DEFAULT_SWITCH_TAKES_ARG and * gcc.c: Correct comment about DEFAULT_SWITCH_TAKES_ARG and
......
...@@ -521,7 +521,9 @@ INSTALL_LIBGCC = install-libgcc ...@@ -521,7 +521,9 @@ INSTALL_LIBGCC = install-libgcc
# Options to use when compiling libgcc2.a. # Options to use when compiling libgcc2.a.
# #
LIBGCC2_DEBUG_CFLAGS = -g 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. # Additional options to use when compiling libgcc2.a.
# Some targets override this to -isystem include # Some targets override this to -isystem include
......
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