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
This commit is contained in:
parent
75ee800b5e
commit
f5cf58ddd8
3 changed files with 7 additions and 2 deletions
|
@ -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...
|
||||
|
|
2
libstdc++-v3/configure
vendored
2
libstdc++-v3/configure
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue