mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-19 00:55:13 +08:00
libstdc++: Default to --enable-libstdcxx-filesystem-ts for *-*-mingw*
* acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Enable by default for mingw targets. * configure: Regenerate. From-SVN: r278870
This commit is contained in:
parent
3eda32cb9b
commit
f0cfae9f4e
@ -1,5 +1,9 @@
|
||||
2019-11-30 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
* acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Enable by default for
|
||||
mingw targets.
|
||||
* configure: Regenerate.
|
||||
|
||||
* include/bits/fs_path.h (u8path(InputIterator, InputIterator))
|
||||
(u8path(const Source&)) [_GLIBCXX_FILESYSTEM_IS_WINDOWS]: Simplify
|
||||
conditions.
|
||||
|
@ -4436,6 +4436,9 @@ AC_DEFUN([GLIBCXX_ENABLE_FILESYSTEM_TS], [
|
||||
solaris*)
|
||||
enable_libstdcxx_filesystem_ts=yes
|
||||
;;
|
||||
mingw*)
|
||||
enable_libstdcxx_filesystem_ts=yes
|
||||
;;
|
||||
*)
|
||||
enable_libstdcxx_filesystem_ts=no
|
||||
;;
|
||||
|
3
libstdc++-v3/configure
vendored
3
libstdc++-v3/configure
vendored
@ -74551,6 +74551,9 @@ $as_echo_n "checking whether to build Filesystem TS support... " >&6; }
|
||||
solaris*)
|
||||
enable_libstdcxx_filesystem_ts=yes
|
||||
;;
|
||||
mingw*)
|
||||
enable_libstdcxx_filesystem_ts=yes
|
||||
;;
|
||||
*)
|
||||
enable_libstdcxx_filesystem_ts=no
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user