Add aarch64 support to configure
[lttng-ust.git] / configure.ac
index 52e626b269a1d4691c02d123beaf27229199e3e5..e0d4cd3a37f3738e003d335913f46343b3d7c4bc 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.02248 seconds and 4 git commands to generate.