mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 21:22:20 +08:00
PR gas/1299
* Makefile.am: Disable -Werror for the itbl-lex.o rule. * Makefile.in: Regenerate.
This commit is contained in:
@ -623,7 +623,11 @@ bfin-lex.o: bfin-lex.c bfin-parse.h $(srcdir)/config/bfin-defs.h
|
||||
# The instruction table specification lexical analyzer and parser.
|
||||
|
||||
itbl-lex.c: $(srcdir)/itbl-lex.l
|
||||
|
||||
# Disable -Werror, if it has been enabled, since old versions of bison/
|
||||
# yacc will produce working code which contain compile time warnings.
|
||||
itbl-lex.o: itbl-lex.c itbl-parse.h $(srcdir)/itbl-lex.h
|
||||
$(COMPILE) -c $< $(NO_WERROR)
|
||||
|
||||
# Disable -Werror, if it has been enabled, since old versions of bison/
|
||||
# yacc will produce working code which contain compile time warnings.
|
||||
|
Reference in New Issue
Block a user