]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.ac: Test $with_cross_host against $build_alias, not $build.
authorAlan Modra <amodra@bigpond.net.au>
Thu, 28 Aug 2003 00:24:52 +0000 (00:24 +0000)
committerAlan Modra <amodra@gcc.gnu.org>
Thu, 28 Aug 2003 00:24:52 +0000 (09:54 +0930)
* configure.ac: Test $with_cross_host against $build_alias, not $build.
* configure: Regenerate.

From-SVN: r70875

libstdc++-v3/ChangeLog
libstdc++-v3/configure
libstdc++-v3/configure.ac

index d490c7bdf745173735005a3d4a2fe3840a7b0066..0c8820a0e729b34ba1c43413d89746898d339b05 100644 (file)
@@ -1,3 +1,8 @@
+2003-08-28  Alan Modra  <amodra@bigpond.net.au>
+
+       * configure.ac: Test $with_cross_host against $build_alias, not $build.
+       * configure: Regenerate.
+
 2003-08-27  Petur Runolfsson  <peturr02@ru.is>
 
        * testsuite/27_io/objects/wchar_t/10.cc: Move wcout stuff...
index 691527786490da69133505d4540e058a41da32ac..bd222ff37f544976608645a58fae6906a0c0c5ff 100755 (executable)
@@ -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
index 8c4c16afdffa50a14686f7c1097a89286552dfab..9a612cf8d14cee53f3e553fa554a9d65145b64c9 100644 (file)
@@ -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