aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorMichael Matz <matz@gcc.gnu.org>2011-11-03 17:17:07 +0000
committerMichael Matz <matz@gcc.gnu.org>2011-11-03 17:17:07 +0000
commite941124721742b4972785960645a57178fabb71c (patch)
tree4343503ebcbfe34ff7e06478572708b57fff1bf4 /libcpp/ChangeLog
parentaf8d2409beff727cf7d29025c09abded080d4cf7 (diff)
downloadgcc-e941124721742b4972785960645a57178fabb71c.zip
gcc-e941124721742b4972785960645a57178fabb71c.tar.gz
gcc-e941124721742b4972785960645a57178fabb71c.tar.bz2
re PR bootstrap/50857 (The compiler is built with exceptions and RTTI enabled)
libcpp/ PR bootstrap/50857 * configure.ac: Check for -fno-exceptions -fno-rtti. * configure: Regenerate. * Makefile.in (NOEXCEPTION_FLAGS): New flag. (ALL_CXXFLAGS): Use it. gcc/ PR bootstrap/50857 * configure.ac: Check for -fno-exceptions -fno-rtti. * configure: Regenerate. * Makefile.in (NOEXCEPTION_FLAGS): New flag. (ALL_CXXFLAGS): Use it. From-SVN: r180833
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index c19f21b..8f7d494 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,11 @@
+2011-11-03 Michael Matz <matz@suse.de>
+
+ PR bootstrap/50857
+ * configure.ac: Check for -fno-exceptions -fno-rtti.
+ * configure: Regenerate.
+ * Makefile.in (NOEXCEPTION_FLAGS): New flag.
+ (ALL_CXXFLAGS): Use it.
+
2011-11-02 Paolo Carlini <paolo.carlini@oracle.com>
* internal.h (uxstrdup, ustrchr): Return const unsigned char *.