diff options
author | 2014-03-26 09:19:44 +0000 | |
---|---|---|
committer | 2014-05-08 10:18:30 -0600 | |
commit | 201f096fea34784b34e9084bd18e30097c273c9b (patch) | |
tree | 818951693f9848360c20267a651f3a4a9d851837 /Makefile.def | |
parent | * configure.ac: Move BUILD_CONFIG set up earlier. Add --enable-vtable-verify ... (diff) | |
download | binutils-gdb-201f096fea34784b34e9084bd18e30097c273c9b.tar.gz binutils-gdb-201f096fea34784b34e9084bd18e30097c273c9b.tar.bz2 binutils-gdb-201f096fea34784b34e9084bd18e30097c273c9b.zip |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208842 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.def')
-rw-r--r-- | Makefile.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.def b/Makefile.def index 3a0dfdc6a60..ec2b0f27810 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; }; |