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:
parent
f11d297f7a
commit
b764adea38
@ -1,5 +1,8 @@
|
|||||||
2004-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
|
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
|
* configure.in: Eliminate CANADIAN and NULL_TARGET variables
|
||||||
by logic refactoring. Move default definition of NATIVE closer
|
by logic refactoring. Move default definition of NATIVE closer
|
||||||
to first alternate definition.
|
to first alternate definition.
|
||||||
|
689
libjava/configure
vendored
689
libjava/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -40,7 +40,7 @@ if :; then :; else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
|
_GCC_TOPLEV_NONCANONICAL_BUILD
|
||||||
_GCC_TOPLEV_NONCANONICAL_TARGET
|
_GCC_TOPLEV_NONCANONICAL_TARGET
|
||||||
|
|
||||||
# This works around the fact that libtool configuration may change LD
|
# This works around the fact that libtool configuration may change LD
|
||||||
@ -1062,7 +1062,7 @@ if test -n "${with_cross_host}"; then
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
if test -x "${built_gcc_dir}/gcj${cross_host_exeext}"; then
|
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)
|
# Ordinary cross (host!=target and host=build)
|
||||||
which_gcj=built
|
which_gcj=built
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user