Set default target to all for cross-builds too.
authorTaylor R Campbell <campbell@mumble.net>
Thu, 15 Aug 2019 04:57:56 +0000 (04:57 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Thu, 15 Aug 2019 04:57:56 +0000 (04:57 +0000)
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.

src/configure.ac

index 7e4e1b495c70ba3ad5f9439f60415d1c48dfcbdf..5a4f7545074752efd4a8ff9b5e885203f013a4e3 100644 (file)
@@ -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