diff options
author | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-06-30 12:53:14 +0000 |
---|---|---|
committer | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-06-30 12:53:14 +0000 |
commit | 36c2deebe0f663e0879fea4d4c87900cbdcd5778 (patch) | |
tree | af0fe9ced1d383fa5850c8da7186ea332de07c43 /libstdc++-v3 | |
parent | 23bab442d4ec6335f2cf6b88b49de91b047aff7c (diff) | |
download | gcc-36c2deebe0f663e0879fea4d4c87900cbdcd5778.tar.gz |
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225183 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rwxr-xr-x | libstdc++-v3/configure | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 90a6e9a877c..0ad56076761 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2015-06-30 Jonathan Wakely <jwakely@redhat.com> + + * configure: Regenerate. + 2015-06-29 François Dumont <fdumont@gcc.gnu.org> * include/bits/stl_iterator_base_types.h (_Iter_base): Limit definition diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 3654b68f281..1b99c06c1ce 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -79216,7 +79216,7 @@ $as_echo_n "checking for sendfile that can copy files... " >&6; } $as_echo_n "(cached) " >&6 else case "${target_os}" in - gnu* | linux* | kfreebsd*-gnu | knetbsd*-gnu | solaris*) + gnu* | linux* | solaris*) if test x$gcc_no_link = xyes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ |