http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56781
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Wed Mar 26 09:19:44 2014 New Revision: 208842 URL: http://gcc.gnu.org/viewcvs?rev=208842&root=gcc&view=rev Log: 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. Modified: trunk/ChangeLog trunk/Makefile.def trunk/Makefile.in trunk/configure trunk/configure.ac