mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user