summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorvries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>2015-08-12 15:13:35 +0000
committervries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>2015-08-12 15:13:35 +0000
commit9d71bbdcf0d9c7cd14acb7c6b668f7459c5e75dd (patch)
tree69ca8a0fcc609f60d5ccf1bd95f5e86ca47b919f /ChangeLog
parentbbbad51bf109c3f4c2277901bc33f5a1fb781ebf (diff)
downloadgcc-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--ChangeLog6
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>