From f6572ddc976898c4ce77c484a3287a0cc7b57800 Mon Sep 17 00:00:00 2001 From: Matthew McClintock Date: Thu, 29 Sep 2011 16:12:53 -0400 Subject: [PATCH] Add powerpc64 host_cpu to configure.ac Seems like autoconf uses powerpc64 as our host cpu type, this patch is to fix build issues in openembedded/yocto targets Signed-off-by: Matthew McClintock Signed-off-by: Mathieu Desnoyers --- configure.ac | 1 + 1 file changed, 1 insertion(+) 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 ;; -- 2.34.1