Remove useless mingw32 configury

From-SVN: r50819
This commit is contained in:
Anthony Green 2002-03-15 18:16:34 +00:00 committed by Anthony Green
parent e2ea015c1c
commit b3b77addd0
3 changed files with 733 additions and 730 deletions

View file

@ -1,3 +1,8 @@
Fri Mar 15 09:55:49 2002 Anthony Green <green@redhat.com>
* configure.in: Remove useless is_mingw32.
* configure: Rebuilt.
2002-03-15 Paolo Carlini <pcarlini@unitus.it>
* testsuite/22_locale/collate_members_char.cc

1457
libstdc++-v3/configure vendored

File diff suppressed because it is too large Load diff

View file

@ -147,7 +147,6 @@ if test -n "$with_cross_host" || test x"$build" != x"$host"; then
GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT
GLIBCPP_CHECK_WCHAR_T_SUPPORT
os_include_dir="config/os/mingw32"
is_mingw32=yes;
;;
*)
os_include_dir="config/os/newlib"