diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-12-12 13:52:58 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-12-12 13:52:58 +0000 |
commit | 60f901f4a9e7ab9e6030cc38f297b140233640ea (patch) | |
tree | aed40a11c4663119cefe39e85db8cc8054b71bfe /ChangeLog | |
parent | 04c9f2e31aa685de87c09982f07af75f3cd02a07 (diff) | |
download | newlib-60f901f4a9e7ab9e6030cc38f297b140233640ea.zip newlib-60f901f4a9e7ab9e6030cc38f297b140233640ea.tar.gz newlib-60f901f4a9e7ab9e6030cc38f297b140233640ea.tar.bz2 |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |