From: Michael Jeanson Date: Thu, 18 Jun 2015 14:41:55 +0000 (-0400) Subject: Add aarch64 support to configure X-Git-Tag: v2.7.0-rc1~21 X-Git-Url: https://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=cf88e0d14c3ddd67a75792b57212a2c90253a5ee Add aarch64 support to configure Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers --- diff --git a/configure.ac b/configure.ac index f84f4264..971cf54e 100644 --- a/configure.ac +++ b/configure.ac @@ -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)?)]) ;;