Skip to content

Commit

Permalink
Remove bootstrap=true from libsanitizer
Browse files Browse the repository at this point in the history
	* Makefile.def (target_modules): Remove bootstrap=true and
	raw_cxx=true from libsanitizer.
	* configure.ac (bootstrap_target_libs): Remove libsanitizer.
	* Makefile.in: Regenerated.
	* configure: Likewise.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193950 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
hjl committed Nov 29, 2012
1 parent c50a199 commit d0ea526
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 574 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2012-11-28 H.J. Lu <hongjiu.lu@intel.com>

* Makefile.def (target_modules): Remove bootstrap=true and
raw_cxx=true from libsanitizer.
* configure.ac (bootstrap_target_libs): Remove libsanitizer.
* Makefile.in: Regenerated.
* configure: Likewise.

2012-11-28 H.J. Lu <hongjiu.lu@intel.com>

* Makefile.def (target_modules): Add bootstrap=true and
Expand Down
5 changes: 1 addition & 4 deletions Makefile.def
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,7 @@ target_modules = { module= libstdc++-v3;
lib_path=src/.libs;
raw_cxx=true; };
target_modules = { module= libmudflap; lib_path=.libs; };
target_modules = { module= libsanitizer;
bootstrap=true;
lib_path=.libs;
raw_cxx=true; };
target_modules = { module= libsanitizer; lib_path=.libs; };
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 d0ea526

Please sign in to comment.