configure.in: Use build_noncanonical rather than build_alias.

* configure.in: Use build_noncanonical rather than build_alias.
	* configure: Rebuild.

From-SVN: r84835
This commit is contained in:
Nathanael Nerode 2004-07-16 21:17:16 +00:00
parent f11d297f7a
commit b764adea38
3 changed files with 349 additions and 347 deletions

View File

@ -1,5 +1,8 @@
2004-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
* configure.in: Use build_noncanonical rather than build_alias.
* configure: Rebuild.
* configure.in: Eliminate CANADIAN and NULL_TARGET variables
by logic refactoring. Move default definition of NATIVE closer
to first alternate definition.

689
libjava/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -40,7 +40,7 @@ if :; then :; else
fi
AC_CANONICAL_SYSTEM
_GCC_TOPLEV_NONCANONICAL_BUILD
_GCC_TOPLEV_NONCANONICAL_TARGET
# This works around the fact that libtool configuration may change LD
@ -1062,7 +1062,7 @@ if test -n "${with_cross_host}"; then
;;
esac
if test -x "${built_gcc_dir}/gcj${cross_host_exeext}"; then
if test x"$build_alias" = x"$with_cross_host"; then
if test x"$build_noncanonical" = x"$with_cross_host"; then
# Ordinary cross (host!=target and host=build)
which_gcj=built
else