X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=971cf54e9caf83a58babb52ae01e47325735ebc1;hb=cf88e0d14c3ddd67a75792b57212a2c90253a5ee;hp=f84f42643ce9cefddc87aca85a6c77ab4f428160;hpb=c7ea8487b97b4552a9fcf214a45e104c5f771c85;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index f84f4264..971cf54e 100644 --- a/configure.ac +++ b/configure.ac @@ -238,6 +238,7 @@ changequote([,])dnl s390) NO_UNALIGNED_ACCESS=1 ;; s390x) NO_UNALIGNED_ACCESS=1 ;; arm*) NO_UNALIGNED_ACCESS=1 ;; + aarch64) NO_UNALIGNED_ACCESS=1 ;; mips*) NO_UNALIGNED_ACCESS=1 ;; tile*) NO_UNALIGNED_ACCESS=1 ;; *) AC_MSG_ERROR([unable to detect alignment requirements (unsupported architecture ($host_cpu)?)]) ;;