summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2019-08-19 15:47:30 +0000
committerTom Tromey <tromey@gcc.gnu.org>2019-08-19 15:47:30 +0000
commitaac9103b0e13e49cc4e88abc857d4d043ce20bd4 (patch)
tree1028bf8d37dd79dc12f8142bbe022398bae633fd /ChangeLog
parent3bbc329b2498e895048ab46e83ce43c2d55cfa27 (diff)
Add --with-static-standard-libraries to the top level
gdb should normally not be linked with -static-libstdc++. Currently this has not caused problems, but it's incompatible with catching an exception thrown from a shared library -- and a subsequent patch changes gdb to do just this. This patch adds a new --with-static-standard-libraries flag to the top-level configure. It defaults to "auto", which means enabled if gcc is being built, and disabled otherwise. ChangeLog 2019-08-19 Tom Tromey <tom@tromey.com> * configure: Rebuild. * configure.ac: Add --with-static-standard-libraries. From-SVN: r274673
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e7fe8fa5c95..801ae7dc5d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-08-19 Tom Tromey <tom@tromey.com>
+
+ * configure: Rebuild.
+ * configure.ac: Add --with-static-standard-libraries.
+
2019-08-16 Alexandre Oliva <oliva@gnu.org>
* MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.