summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-06 11:42:59 +0000
committerkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-06 11:42:59 +0000
commit37cfa077efc582e08c4a91e6e201d7fc5cd8b976 (patch)
treebbd2c32a8e3b8d4bf0d2e47cb55936baa9f15436
parent6edd693ca1ab38161e003b7e7e2490d8dc8bc3e4 (diff)
downloadppe42-gcc-37cfa077efc582e08c4a91e6e201d7fc5cd8b976.tar.gz
ppe42-gcc-37cfa077efc582e08c4a91e6e201d7fc5cd8b976.zip
Revert -pipe change from last night.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97712 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index fbca7d6162a..e67bc003843 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+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.
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 726909c1e87..a6879ef3acd 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -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.
OpenPOWER on IntegriCloud