sanitycheck: correctly treat linker warnings as errors
Change-Id: I2fc82fe83d91121d2228251d9fba8a61ba33b63e Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
bebd38c8d1
commit
411a97c5d0
1 changed files with 1 additions and 1 deletions
|
@ -524,7 +524,7 @@ class MakeGenerator:
|
||||||
"""
|
"""
|
||||||
|
|
||||||
MAKE_RULE_TMPL = """\t@echo sanity_test_{phase} {goal} >&2
|
MAKE_RULE_TMPL = """\t@echo sanity_test_{phase} {goal} >&2
|
||||||
\t$(MAKE) -C {directory} O={outdir} V={verb} EXTRA_CFLAGS=-Werror EXTRA_ASMFLAGS=-Wa,--fatal-warnings EXTRA_LFLAGS=--fatal-warnings {args} >{logfile} 2>&1
|
\t$(MAKE) -C {directory} O={outdir} V={verb} EXTRA_CFLAGS=-Werror EXTRA_ASMFLAGS=-Wa,--fatal-warnings EXTRA_LDFLAGS=--fatal-warnings {args} >{logfile} 2>&1
|
||||||
"""
|
"""
|
||||||
|
|
||||||
GOAL_FOOTER_TMPL = "\t@echo sanity_test_finished {goal} >&2\n\n"
|
GOAL_FOOTER_TMPL = "\t@echo sanity_test_finished {goal} >&2\n\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue