]> git.ipfire.org Git - thirdparty/gcc.git/commit - ChangeLog
Add --with-static-standard-libraries to the top level
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Aug 2019 15:47:30 +0000 (15:47 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Aug 2019 15:47:30 +0000 (15:47 +0000)
commit2b89c02803fc22275bf4d485457b9e2f654d959c
tree1028bf8d37dd79dc12f8142bbe022398bae633fd
parentf415e718b33633caa76fc9626ce2b2b3e97c72d0
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@274673 138bc75d-0d04-0410-961f-82ee72b054a4
ChangeLog
configure
configure.ac