X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;fp=configure.ac;h=8cef0cdf999e1565da2819f7674bb62e20d48cca;hb=f6572ddc976898c4ce77c484a3287a0cc7b57800;hp=bd27236b215e30e0b8f7beeffac2c3f3e81f6696;hpb=34dca3cc6e0b230c988b16117b967a094560f4ed;p=ust.git 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 ;;