remove accidental -pipe checkin

From-SVN: r33685
This commit is contained in:
Jason Merrill 2000-05-04 17:17:57 -04:00
parent f9e158c377
commit 233844c0ea
1 changed files with 1 additions and 1 deletions

View 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 =