Commit f5cf58dd by Alan Modra Committed by Alan Modra

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
parent 75ee800b
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> 2003-08-27 Petur Runolfsson <peturr02@ru.is>
* testsuite/27_io/objects/wchar_t/10.cc: Move wcout stuff... * testsuite/27_io/objects/wchar_t/10.cc: Move wcout stuff...
......
...@@ -27308,7 +27308,7 @@ else ...@@ -27308,7 +27308,7 @@ else
# If Canadian cross, then don't pick up tools from the build directory. # If Canadian cross, then don't pick up tools from the build directory.
# Used only in GLIBCXX_EXPORT_INCLUDES. # Used only in GLIBCXX_EXPORT_INCLUDES.
if test -n "$with_cross_host" && 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"; test x"$build" != x"$target";
then then
CANADIAN=yes CANADIAN=yes
...@@ -165,7 +165,7 @@ else ...@@ -165,7 +165,7 @@ else
# If Canadian cross, then don't pick up tools from the build directory. # If Canadian cross, then don't pick up tools from the build directory.
# Used only in GLIBCXX_EXPORT_INCLUDES. # Used only in GLIBCXX_EXPORT_INCLUDES.
if test -n "$with_cross_host" && 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"; test x"$build" != x"$target";
then then
CANADIAN=yes CANADIAN=yes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment