diff options
| -rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
| -rw-r--r-- | libstdc++-v3/acinclude.m4 | 2 | ||||
| -rwxr-xr-x | libstdc++-v3/configure | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 200e091..fa5bcb6 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2015-05-01 Jonathan Wakely <jwakely@redhat.com> + + * acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable for solaris. + * configure: Regenerate. + 2015-05-01 Edward Smith-Rowland <3dw4rd@verizon.net> Inline one-line erasure dispatch functions. diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4 index 537ca6f..9d8d96d 100644 --- a/libstdc++-v3/acinclude.m4 +++ b/libstdc++-v3/acinclude.m4 @@ -3923,7 +3923,7 @@ AC_DEFUN([GLIBCXX_ENABLE_FILESYSTEM_TS], [ enable_libstdcxx_filesystem_ts=yes ;; solaris*) - enable_libstdcxx_filesystem_ts=yes + enable_libstdcxx_filesystem_ts=no ;; *) enable_libstdcxx_filesystem_ts=no diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 0a059c6..5ecfdeb 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -79163,7 +79163,7 @@ $as_echo_n "checking whether to build Filesystem TS support... " >&6; } enable_libstdcxx_filesystem_ts=yes ;; solaris*) - enable_libstdcxx_filesystem_ts=yes + enable_libstdcxx_filesystem_ts=no ;; *) enable_libstdcxx_filesystem_ts=no |
