summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-12-12 13:52:58 +0000
committerH.J. Lu <hjl.tools@gmail.com>2012-12-12 13:52:58 +0000
commit60f901f4a9e7ab9e6030cc38f297b140233640ea (patch)
treeaed40a11c4663119cefe39e85db8cc8054b71bfe /ChangeLog
parent04c9f2e31aa685de87c09982f07af75f3cd02a07 (diff)
downloadcygnal-60f901f4a9e7ab9e6030cc38f297b140233640ea.tar.gz
cygnal-60f901f4a9e7ab9e6030cc38f297b140233640ea.tar.bz2
cygnal-60f901f4a9e7ab9e6030cc38f297b140233640ea.zip
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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0cc61937c..62905669b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.