From: Andreas Jaeger Date: Tue, 4 Nov 2003 05:34:14 +0000 (+0100) Subject: Makefile.in (GCC_CFLAGS): Remove @WERROR@ again. X-Git-Tag: releases/gcc-3.4.0~2512 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7807fcd903c2a016ee64a6ac6ce66443e801791f;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f6b93a7d1a82..c3af76927137 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-11-03 Andreas Jaeger + + * Makefile.in (GCC_CFLAGS): Remove @WERROR@ again. + 2003-11-03 Kelley Cook * Makefile.in (cpp.dvi): New target split from cpp.info. @@ -165,7 +169,7 @@ prototypes. (SBSS_SECTION_FUNCTION): Likewise. -2003-11-01 Kaveh R. Ghazi +2003-11-01 Andreas Jaeger * Makefile.in (GCC_CFLAGS): Add @WERROR@ for target files. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 62783337e9c4..a7daa2ba25c4 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