summaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
diff options
context:
space:
mode:
authorkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-05 11:56:00 +0000
committerkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-05 11:56:00 +0000
commit11ce2c7aab7690c74136093648c6b6169a58f898 (patch)
tree82d06fb4d4ef5db19190010009f9f2aed4ef4eed /gcc/Makefile.in
parent359c02c44571f81cb70849077b87720a872f4b59 (diff)
downloadgcc-11ce2c7aab7690c74136093648c6b6169a58f898.tar.gz
2004-10-05 Kelley Cook <kcook@gcc.gnu.org>
* Makefile.in: Update -Wno-error exceptions for move to build dir. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88550 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r--gcc/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index ec4af54889a..7bff6d5389a 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -188,12 +188,12 @@ GCC_WARN_CFLAGS = $(LOOSE_WARN) $($(@D)-warn) $(NOCOMMON_FLAG) $($@-warn)
# These files are to have -Werror bypassed in stage2:
# These are very hard to completely clean due to target complexities.
gcc.o-warn = -Wno-error
-insn-conditions.o-warn = -Wno-error
+build/insn-conditions.o-warn = -Wno-error
# Bison-1.75 output often yields (harmless) -Wtraditional warnings
-gengtype-yacc.o-warn = -Wno-error
+build/gengtype-yacc.o-warn = -Wno-error
c-parse.o-warn = -Wno-error
# flex output may yield harmless "no previous prototype" warnings
-gengtype-lex.o-warn = -Wno-error
+build/gengtype-lex.o-warn = -Wno-error
# SYSCALLS.c misses prototypes
SYSCALLS.c.X-warn = -Wno-strict-prototypes -Wno-error
# These files need -Wno-error because the gimplifier triggers hard to fix