[ltt-dev] [PATCH v2] Add powerpc64 host_cpu to configure.ac

Matthew McClintock msm at freescale.com
Thu Sep 29 15:42:16 EDT 2011


Signed-off-by: Matthew McClintock <msm at freescale.com>
---
 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index bd27236..8cef0cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -111,6 +111,7 @@ changequote([,])dnl
 	x86_64) LIBFORMAT="elf64-x86-64" ;;
 	powerpc) LIBFORMAT="elf32-powerpc" ;;
 	ppc64) LIBFORMAT="elf64-powerpc" ;;
+	powerpc64) LIBFORMAT="elf64-powerpc" ;;
 	s390) LIBFORMAT="elf32-s390" ;;
 	s390x) LIBFORMAT="elf64-s390" ;;
         armv5) LIBFORMAT="elf32-littlearm"; NO_UNALIGNED_ACCESS=1 ;;
-- 
1.7.6.1






More information about the lttng-dev mailing list