From c3cc0031a0993e95e7d190a0d005465db839081d Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 29 Nov 2012 16:33:35 +0000 Subject: Add --with-build-config=bootstrap-asan support * Makefile.def (target_modules): Add bootstrap=true and raw_cxx=true to libsanitizer. * configure.ac (bootstrap_target_libs): Add libsanitizer. * Makefile.in: Regenerated. * configure: Likewise. config/ * bootstrap-asan.mk: New file. From-SVN: r193940 --- Makefile.def | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.def') diff --git a/Makefile.def b/Makefile.def index 1ea63ac10f8..8d8af2332cd 100644 --- a/Makefile.def +++ b/Makefile.def @@ -119,7 +119,10 @@ target_modules = { module= libstdc++-v3; lib_path=src/.libs; raw_cxx=true; }; target_modules = { module= libmudflap; lib_path=.libs; }; -target_modules = { module= libsanitizer; lib_path=.libs; }; +target_modules = { module= libsanitizer; + bootstrap=true; + lib_path=.libs; + raw_cxx=true; }; target_modules = { module= libssp; lib_path=.libs; }; target_modules = { module= newlib; }; target_modules = { module= libgcc; bootstrap=true; no_check=true; }; -- cgit v1.2.3