aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2012-11-27 10:52:54 +0000
committerJakub Jelinek <jakub@gcc.gnu.org>2012-11-27 11:52:54 +0100
commit647545a516180cf715f8b87a3947554c3b9f7f54 (patch)
tree64a7ea47372a8285b22c747000c9563e4483bd19 /ChangeLog
parente2b5ad1ea6fac601ca5c65d79f4be39c48d9dcab (diff)
downloadgcc-647545a516180cf715f8b87a3947554c3b9f7f54.zip
gcc-647545a516180cf715f8b87a3947554c3b9f7f54.tar.gz
gcc-647545a516180cf715f8b87a3947554c3b9f7f54.tar.bz2
configure.ac: Disable libsanitizer if we're not building C++.
* configure.ac: Disable libsanitizer if we're not building C++. * configure: Regenerate. From-SVN: r193842
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 87559f3..6c0d6d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
+
+ * configure.ac: Disable libsanitizer if we're not building C++.
+ * configure: Regenerate.
+
2012-11-15 Roland McGrath <roland@hack.frob.com>
* MAINTAINERS (Write After Approval): Add myself.