[lttng-dev] [PATCH lttng-ust] Add aarch64 support to configure

Michael Jeanson mjeanson at efficios.com
Thu Jun 18 10:41:55 EDT 2015


Signed-off-by: Michael Jeanson <mjeanson at efficios.com>
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index f84f426..971cf54 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)?)]) ;;
-- 
1.9.1




More information about the lttng-dev mailing list