diff options
author | Andreas Jaeger <aj@suse.de> | 2003-11-04 06:34:14 +0100 |
---|---|---|
committer | Andreas Jaeger <aj@gcc.gnu.org> | 2003-11-04 06:34:14 +0100 |
commit | 7807fcd903c2a016ee64a6ac6ce66443e801791f (patch) | |
tree | 5f4bb2837a3c0bc74ee4c8c0e28d0ffb753b8ce0 /gcc/Makefile.in | |
parent | 5e93f39f64234c07447aca0d466c8ae989306669 (diff) | |
download | gcc-7807fcd903c2a016ee64a6ac6ce66443e801791f.tar.gz |
Makefile.in (GCC_CFLAGS): Remove @WERROR@ again.
* Makefile.in (GCC_CFLAGS): Remove @WERROR@ again.
Change previous ChangeLog entry to point to me as asked for by Kaveh.
From-SVN: r73246
Diffstat (limited to 'gcc/Makefile.in')
-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 62783337e9c..a7daa2ba25c 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -289,7 +289,7 @@ GCC_FOR_TARGET = $(STAGE_CC_WRAPPER) ./xgcc -B./ -B$(build_tooldir)/bin/ -isyste # This is used instead of ALL_CFLAGS when compiling with GCC_FOR_TARGET. # It omits XCFLAGS, and specifies -B./. # It also specifies -isystem ./include to find, e.g., stddef.h. -GCC_CFLAGS=$(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) $(LOOSE_WARN) @WERROR@ $($@-warn) -isystem ./include $(TCFLAGS) +GCC_CFLAGS=$(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) $(LOOSE_WARN) $($@-warn) -isystem ./include $(TCFLAGS) # --------------------------------------------------- # Programs which produce files for the target machine |