From f5cf58ddd8ca788f51f815aedc19b0e7215e8f9d Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 28 Aug 2003 00:24:52 +0000 Subject: [PATCH] configure.ac: Test $with_cross_host against $build_alias, not $build. * configure.ac: Test $with_cross_host against $build_alias, not $build. * configure: Regenerate. From-SVN: r70875 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/configure | 2 +- libstdc++-v3/configure.ac | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index d490c7bdf745..0c8820a0e729 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2003-08-28 Alan Modra + + * configure.ac: Test $with_cross_host against $build_alias, not $build. + * configure: Regenerate. + 2003-08-27 Petur Runolfsson * testsuite/27_io/objects/wchar_t/10.cc: Move wcout stuff... diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 691527786490..bd222ff37f54 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -27308,7 +27308,7 @@ else # If Canadian cross, then don't pick up tools from the build directory. # Used only in GLIBCXX_EXPORT_INCLUDES. if test -n "$with_cross_host" && - test x"$build" != x"$with_cross_host" && + test x"$build_alias" != x"$with_cross_host" && test x"$build" != x"$target"; then CANADIAN=yes diff --git a/libstdc++-v3/configure.ac b/libstdc++-v3/configure.ac index 8c4c16afdffa..9a612cf8d14c 100644 --- a/libstdc++-v3/configure.ac +++ b/libstdc++-v3/configure.ac @@ -165,7 +165,7 @@ else # If Canadian cross, then don't pick up tools from the build directory. # Used only in GLIBCXX_EXPORT_INCLUDES. if test -n "$with_cross_host" && - test x"$build" != x"$with_cross_host" && + test x"$build_alias" != x"$with_cross_host" && test x"$build" != x"$target"; then CANADIAN=yes -- 2.47.2