Add support for aarch64_be
[lttng-ust.git] / configure.ac
index 26c3b1d7a4caf38c573f79366eea88d60cb180f1..91354bf9daa72e6207325a3e4d7ddcec11cd30af 100644 (file)
@@ -236,7 +236,7 @@ AS_CASE([$host_cpu],
        [s390], [NO_UNALIGNED_ACCESS=1],
        [s390x], [NO_UNALIGNED_ACCESS=1],
        [arm*], [NO_UNALIGNED_ACCESS=1],
-       [aarch64], [NO_UNALIGNED_ACCESS=1],
+       [aarch64*], [NO_UNALIGNED_ACCESS=1],
        [mips*], [NO_UNALIGNED_ACCESS=1],
        [tile*], [NO_UNALIGNED_ACCESS=1],
        [
This page took 0.030899 seconds and 5 git commands to generate.