aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2012-11-29 16:33:35 +0000
committerH.J. Lu <hjl@gcc.gnu.org>2012-11-29 08:33:35 -0800
commitc3cc0031a0993e95e7d190a0d005465db839081d (patch)
tree91a45d23dcabb925a214fc600966382a7ec92c7d /ChangeLog
parentd5a1053a0d44116b1cbd887928276517ed8f458a (diff)
downloadgcc-c3cc0031a0993e95e7d190a0d005465db839081d.zip
gcc-c3cc0031a0993e95e7d190a0d005465db839081d.tar.gz
gcc-c3cc0031a0993e95e7d190a0d005465db839081d.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. config/ * bootstrap-asan.mk: New file. From-SVN: r193940
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aba7edf..6208d19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-11-28 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-11-28 Andrew Pinski <apinski@cavium.com>
PR bootstrap/54279