summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9705db26db..0a4bfeba30 100644
--- a/configure.ac
+++ b/configure.ac
@@ -156,6 +156,12 @@ if test "$use_accel" != "no"; then
case $host_cpu in
armv8 | aarch64)
hw_accel="aarch64"
+ case $host_os in
+ *_ilp32)
+ dnl ILP32 not supported in assembler yet
+ hw_accel="none"
+ ;;
+ esac
;;
i?86 | x86_64 | amd64)
AC_CHECK_HEADERS(cpuid.h)