From 63176599440a00dcf33aa6674a26cd8e57bb16fb Mon Sep 17 00:00:00 2001 From: aj Date: Tue, 4 Nov 2003 05:34:14 +0000 Subject: [PATCH] * Makefile.in (GCC_CFLAGS): Remove @WERROR@ again. Change previous ChangeLog entry to point to me as asked for by Kaveh. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73246 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 6 +++++- gcc/Makefile.in | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f6b93a7d1a8..c3af7692713 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 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 -- 2.11.4.GIT