From 819caf5a7773224af985c7cc3af3a8b09c8d772d Mon Sep 17 00:00:00 2001 From: Michel Normand Date: Mon, 30 Jun 2014 12:12:19 -0400 Subject: [PATCH] lttng ust: support ppc64le within configure Takes care of https://bugzilla.redhat.com/show_bug.cgi?id=1114691 Signed-off-by: Michel Normand Signed-off-by: Mathieu Desnoyers --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 5d17cc3a..bb8852db 100644 --- a/configure.ac +++ b/configure.ac @@ -224,7 +224,9 @@ changequote([,])dnl amd64) ;; powerpc) ;; ppc64) ;; + ppc64le) ;; powerpc64) ;; + powerpc64le) ;; s390) NO_UNALIGNED_ACCESS=1 ;; s390x) NO_UNALIGNED_ACCESS=1 ;; arm*) NO_UNALIGNED_ACCESS=1 ;; -- 2.34.1