Commit 461d30b2 by Steve Ellcey Committed by Steve Ellcey

re PR bootstrap/25961 (Mainline failed to bootstrap on ia64)

	PR target/25961
	* Makefile.in (insn-automata.o): Add -Wno-error flag.

From-SVN: r110273
parent c03abfba
2006-01-26 Steve Ellcey <sje@cup.hp.com>
PR target/25961
* Makefile.in (insn-automata.o): Add -Wno-error flag.
2006-01-26 Paolo Bonzini <bonzini@gnu.org>
* configure.ac: Expect target tools paths to be passed from the toplevel
......
......@@ -198,6 +198,7 @@ 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-automata.o-warn = -Wno-error
build/gencondmd.o-warn = -Wno-error
# Bison-1.75 output often yields (harmless) -Wtraditional warnings
build/gengtype-yacc.o-warn = -Wno-error
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment