From: Taylor R Campbell Date: Thu, 15 Aug 2019 04:57:56 +0000 (+0000) Subject: Set default target to all for cross-builds too. X-Git-Tag: mit-scheme-pucked-10.1.20~11^2~80^2~2 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=b32607d127d5a06ec889b7c396cca937daad9899;p=mit-scheme.git Set default target to all for cross-builds too. No need to make it default to cross-host. If you want to separate the cross-host/cross-target stages, you'll know to do cross-host anyway. --- diff --git a/src/configure.ac b/src/configure.ac index 7e4e1b495..5a4f75450 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -80,8 +80,6 @@ AC_ARG_WITH([default-target], [Set the default make target [[all]]])) if test x"${IS_NATIVE_RELEASE}" != x; then DEFAULT_DEFAULT_TARGET=compile-microcode -elif test "x${enable_cross_compiling}" = xyes; then - DEFAULT_DEFAULT_TARGET=cross-host else DEFAULT_DEFAULT_TARGET=all fi