aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2000-05-04 17:17:57 -0400
committerJason Merrill <jason@gcc.gnu.org>2000-05-04 17:17:57 -0400
commit233844c0ea61bc336cf7d7e0ca250427b8c5b419 (patch)
treedebadc33263c5d3d88dbc51922d20a49dfea8183 /gcc
parentf9e158c377d54f13901c7ab2e79de3f741c71e39 (diff)
downloadgcc-233844c0ea61bc336cf7d7e0ca250427b8c5b419.zip
gcc-233844c0ea61bc336cf7d7e0ca250427b8c5b419.tar.gz
gcc-233844c0ea61bc336cf7d7e0ca250427b8c5b419.tar.bz2
remove accidental -pipe checkin
From-SVN: r33685
Diffstat (limited to 'gcc')
-rw-r--r--gcc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 3c0f347..12be175f 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -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 =