remove accidental -pipe checkin
authorJason Merrill <jason@gcc.gnu.org>
Thu, 4 May 2000 21:17:57 +0000 (17:17 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 4 May 2000 21:17:57 +0000 (17:17 -0400)
From-SVN: r33685

gcc/Makefile.in

index 3c0f34797acdc43e0ac846f8634495c01313d2af..12be175f9c69531237d834b583c4dd3f14d739f9 100644 (file)
@@ -76,7 +76,7 @@ XCFLAGS =
 TCFLAGS =
 CFLAGS = -g @stage1_warn_cflags@
 BOOT_CFLAGS = -O2 $(CFLAGS)
-WARN_CFLAGS = -pipe -W -Wall -Wtraditional -pedantic -Wno-long-long
+WARN_CFLAGS = -W -Wall -Wtraditional -pedantic -Wno-long-long
 LOOSE_CFLAGS = `echo $(CFLAGS) | sed -e 's/-pedantic//' -e 's/-Wtraditional//'`
 # These exists to be overridden by the x-* and t-* files, respectively.
 X_CFLAGS =