diff options
author | Tom Tromey <tom@tromey.com> | 2019-07-26 15:42:25 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2019-08-19 10:17:11 -0600 |
commit | c1a5d03a89a455d79f025c66dce83342de4d26ce (patch) | |
tree | 4be2231cd60db205fb4cf6485809d84bedae3e25 /ChangeLog | |
parent | 3eb185c97d8170b3f3a2b5edab4fbbd56f53f6f7 (diff) | |
download | fsf-binutils-gdb-c1a5d03a89a455d79f025c66dce83342de4d26ce.zip fsf-binutils-gdb-c1a5d03a89a455d79f025c66dce83342de4d26ce.tar.gz fsf-binutils-gdb-c1a5d03a89a455d79f025c66dce83342de4d26ce.tar.bz2 |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2019-08-19 Tom Tromey <tom@tromey.com> + + * configure: Rebuild. + * configure.ac: Add --with-static-standard-libraries. + 2019-08-09 Nick Clifton <nickc@redhat.com> * libiberty: Sync with gcc. Bring in: |