]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.in (GCC_CFLAGS): Remove @WERROR@ again.
authorAndreas Jaeger <aj@suse.de>
Tue, 4 Nov 2003 05:34:14 +0000 (06:34 +0100)
committerAndreas Jaeger <aj@gcc.gnu.org>
Tue, 4 Nov 2003 05:34:14 +0000 (06:34 +0100)
* Makefile.in (GCC_CFLAGS): Remove @WERROR@ again.

Change previous ChangeLog entry to point to me as asked for by Kaveh.

From-SVN: r73246

gcc/ChangeLog
gcc/Makefile.in

index f6b93a7d1a82cf1b39c91d638d4d2d489b820cf4..c3af769271370941d3bdf1806d522b59df1aa123 100644 (file)
@@ -1,3 +1,7 @@
+2003-11-03  Andreas Jaeger  <aj@suse.de>
+
+       * Makefile.in (GCC_CFLAGS): Remove @WERROR@ again.
+
 2003-11-03  Kelley Cook  <kcook@gcc.gnu.org>
 
        * Makefile.in (cpp.dvi): New target split from cpp.info.
        prototypes.
        (SBSS_SECTION_FUNCTION): Likewise.
 
-2003-11-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+2003-11-01  Andreas Jaeger  <aj@suse.de>
 
        * Makefile.in (GCC_CFLAGS): Add @WERROR@ for target files.
 
index 62783337e9c4112d16972738e389d0249b3660ae..a7daa2ba25c41b25ea4f801e2920c11247f9f180 100644 (file)
@@ -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