Add aarch64 support to configure
[lttng-ust.git] / configure.ac
index f84f42643ce9cefddc87aca85a6c77ab4f428160..971cf54e9caf83a58babb52ae01e47325735ebc1 100644 (file)
@@ -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)?)]) ;;
This page took 0.022581 seconds and 4 git commands to generate.