Recognize the arm + apple combo as aarch64

This commit is contained in:
Frank Denis
2020-07-01 15:33:52 +02:00
parent 7b67cd1b32
commit 13214d18c6
+2
View File
@@ -214,6 +214,8 @@ AX_VALGRIND_CHECK
dnl Checks
AS_IF([test "$host_cpu" = "arm" && test "$host_vendor" = "apple"], [host_cpu=aarch64])
AC_C_VARARRAYS
AC_CHECK_DEFINE([__wasi__], [WASI="yes"], [])