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 | 5eb0869364e136a00cce22993c00dda999845c6e (patch) | |
tree | c64e2e458430e882cdfaf34b6676b1b2d4604cea /ChangeLog | |
parent | eb13b4b9e63860939491621d3cb23723f2898a3e (diff) | |
download | fsf-binutils-gdb-5eb0869364e136a00cce22993c00dda999845c6e.zip fsf-binutils-gdb-5eb0869364e136a00cce22993c00dda999845c6e.tar.gz fsf-binutils-gdb-5eb0869364e136a00cce22993c00dda999845c6e.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. |