diff options
author | vries <vries@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-08-12 15:13:35 +0000 |
---|---|---|
committer | vries <vries@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-08-12 15:13:35 +0000 |
commit | 9d71bbdcf0d9c7cd14acb7c6b668f7459c5e75dd (patch) | |
tree | 69ca8a0fcc609f60d5ccf1bd95f5e86ca47b919f /ChangeLog | |
parent | bbbad51bf109c3f4c2277901bc33f5a1fb781ebf (diff) | |
download | gcc-9d71bbdcf0d9c7cd14acb7c6b668f7459c5e75dd.tar.gz |
Remove --with-host-libstdcxx
2015-08-12 Tom de Vries <tom@codesourcery.com>
PR other/67092
PR other/67098
* configure.ac: Remove --with_host_libstdcxx support.
* configure: Regenerate.
* doc/install.texi: Remove --with_host_libstdcxx item. Update
--with-stage1-libs, --with-boot-ldflags and --with-boot-libs items
accordingly. Mention default for --with-stage1-ldflags.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@226819 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6d3a8a04e7c..e764c5e126c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-08-12 Tom de Vries <tom@codesourcery.com> + + PR other/67092 + * configure.ac: Remove --with_host_libstdcxx support. + * configure: Regenerate. + 2015-08-10 Thomas Schwinge <thomas@codesourcery.com> Jakub Jelinek <jakub@redhat.com> |