Message ID | affc88cc9b5f8cfa0767139c083329d471862901.1467138806.git.riku.voipio@linaro.org |
---|---|
State | New |
Headers | show |
diff --git a/configure b/configure index 6696316..dce20f0 100755 --- a/configure +++ b/configure @@ -1216,6 +1216,13 @@ esac QEMU_CFLAGS="$CPU_CFLAGS $QEMU_CFLAGS" EXTRA_CFLAGS="$CPU_CFLAGS $EXTRA_CFLAGS" +# For user-mode emulation the host arch has to be one we explicitly +# support, even if we're using TCI. +if [ "$ARCH" = "unknown" ]; then + bsd_user="no" + linux_user="no" +fi + default_target_list="" mak_wilds=""