Skip to content

Commit

Permalink
Add --with-build-config=bootstrap-asan support
Browse files Browse the repository at this point in the history
	* 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.
  • Loading branch information
hjl-tools committed Dec 12, 2012
1 parent cd71cc9 commit 8f744e9
Show file tree
Hide file tree
Showing 5 changed files with 582 additions and 24 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2012-12-11 H.J. Lu <hongjiu.lu@intel.com>

* 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.

2012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>

* config.sub: Merge from config repo.
Expand Down
5 changes: 4 additions & 1 deletion Makefile.def
Original file line number Diff line number Diff line change
Expand Up @@ -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; };
Expand Down
Loading

0 comments on commit 8f744e9

Please sign in to comment.