Add support for aarch64_be
[lttng-ust.git] / configure.ac
index 511e9027f593fd329e84ed833219327594bc12c1..289fc25580243b125aa0843175d94d1b539ce604 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.032342 seconds and 4 git commands to generate.