summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2012-12-11 21:35:40 +0000
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2012-12-11 21:35:40 +0000
commit579abfee984c7f67bd3ba4c98f430bd951332ce9 (patch)
treea8b6b1aef29c04e29555a704d66db6f3ae7e3f75 /ChangeLog
parentc8723c2d652139587f9766be37a4ba09ba12787f (diff)
downloadgcc-579abfee984c7f67bd3ba4c98f430bd951332ce9.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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194425 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5368aedcd5d..30d83bfe708 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-01 Richard Sandiford <rdsandiford@googlemail.com>
* MAINTAINERS: Remove self as RTL optimization maintainer.