From: Michel Normand Date: Mon, 30 Jun 2014 16:12:19 +0000 (-0400) Subject: lttng ust: support ppc64le within configure X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=819caf5a7773224af985c7cc3af3a8b09c8d772d;p=deliverable%2Flttng-ust.git 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 --- 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 ;;