From: Alan Modra Date: Thu, 28 Aug 2003 00:24:52 +0000 (+0000) Subject: configure.ac: Test $with_cross_host against $build_alias, not $build. X-Git-Tag: releases/gcc-3.4.0~4022 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5cf58ddd8ca788f51f815aedc19b0e7215e8f9d;p=thirdparty%2Fgcc.git 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 --- 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