summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2012-01-04 17:35:25 -0800
committerRichard Henderson <rth@gcc.gnu.org>2012-01-04 17:35:25 -0800
commit99776ebd5b998562662bc8fd054d20865751a8fa (patch)
treeed66bfe3f00e27ed5b2a77a416a23ffa7ea37ba2 /ChangeLog
parentcbd651333df334be66eb2160e22cfeb84377fba7 (diff)
downloadgcc-99776ebd5b998562662bc8fd054d20865751a8fa.tar.gz
re PR libitm/51072 (Build with --disable-bootstrap fails in libitm)
PR bootstrap/51072 * configure.ac: Disable libitm if c++ is not enabled. * configure: Rebuild. From-SVN: r182899
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9d08f3e9a2..a8019b354ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-01-05 Richard Henderson <rth@redhat.com>
+
+ PR bootstrap/51072
+ * configure.ac: Disable libitm if c++ is not enabled.
+ * configure: Rebuild.
+
2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
* MAINTAINERS (Write After Approval): Add myself.