From 9e1c8fc1a54927723c8c67c87d0d29b205128dd4 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Wed, 26 Mar 2014 10:19:44 +0100 Subject: re PR sanitizer/56781 (boostrap-asan failure: fixincl fails to link (missing -lasan)) PR sanitizer/56781 * Makefile.def: Set bootstrap=true; for host fixincludes. * configure.ac: Don't bootstrap host fixincludes unless --with-build-config=bootstrap-{a,ub}san. * Makefile.in: Regenerated. * configure: Regenerated. From-SVN: r208842 --- Makefile.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.def') diff --git a/Makefile.def b/Makefile.def index 32296d1160f..b0432142188 100644 --- a/Makefile.def +++ b/Makefile.def @@ -39,7 +39,7 @@ host_modules= { module= cgen; }; host_modules= { module= dejagnu; }; host_modules= { module= etc; }; host_modules= { module= fastjar; no_check_cross= true; }; -host_modules= { module= fixincludes; +host_modules= { module= fixincludes; bootstrap=true; missing= TAGS; }; host_modules= { module= flex; no_check_cross= true; }; host_modules= { module= gas; bootstrap=true; }; -- cgit v1.2.1