diff options
author | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-11-29 16:33:35 +0000 |
---|---|---|
committer | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-11-29 16:33:35 +0000 |
commit | 9e5b186b1778f5d7316218190693cab985d0930d (patch) | |
tree | 91a45d23dcabb925a214fc600966382a7ec92c7d /config | |
parent | 31631c5351145bb3a9a1152b2e10ad52c6b42a65 (diff) | |
download | gcc-9e5b186b1778f5d7316218190693cab985d0930d.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193940 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 56dc9b3bad6..ed6fc878b27 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2012-11-28 H.J. Lu <hongjiu.lu@intel.com> + + * bootstrap-asan.mk: New file. + 2012-11-04 Thomas Schwinge <thomas@codesourcery.com> * dfp.m4 (enable_decimal_float): Enable for i?86*-*-gnu*. |