diff options
| -rw-r--r-- | gcc/Makefile.in | 2 |
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 = |
