Commit fb201aa4 by Kelley Cook Committed by R. Kelley Cook

Revert -pipe change from last night.

From-SVN: r97712
parent 982be984
2005-04-06 Kelley Cook <kcook@gcc.gnu.org>
* Makefile.in (LIBGCC2_CFLAGS): Revert -pipe change.
2005-04-06 Richard Sandiford <rsandifo@redhat.com>
* config/v850/v850-protos.h (override_options): Delete.
......
......@@ -522,7 +522,7 @@ INSTALL_LIBGCC = install-libgcc
#
LIBGCC2_DEBUG_CFLAGS = -g
LIBGCC2_CFLAGS = -O2 $(LIBGCC2_INCLUDES) $(GCC_CFLAGS) $(TARGET_LIBGCC2_CFLAGS) \
$(LIBGCC2_DEBUG_CFLAGS) $(GTHREAD_FLAGS) -pipe \
$(LIBGCC2_DEBUG_CFLAGS) $(GTHREAD_FLAGS) \
-DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED @inhibit_libc@
# Additional options to use when compiling libgcc2.a.
......
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