X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=6a19fc2026c053373e4ce19a57b86daf18faaaf8;hb=5a67344622044d35ae424565e03aec25221cae58;hp=26c3b1d7a4caf38c573f79366eea88d60cb180f1;hpb=f3c7428e8878c6e467020881813c018e0d530a21;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 26c3b1d7..6a19fc20 100644 --- a/configure.ac +++ b/configure.ac @@ -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], [ @@ -477,6 +477,7 @@ AC_CONFIG_FILES([ tests/benchmark/Makefile tests/utils/Makefile tests/test-app-ctx/Makefile + tests/gcc-weak-hidden/Makefile lttng-ust.pc ])