X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=d9bba968899596a1af571f752a83bd083a1f7cb2;hb=e1fcbbce5b6f355b00f251703107a9fad9d08371;hp=bd27236b215e30e0b8f7beeffac2c3f3e81f6696;hpb=9f570760b11bd37df95d535f392cc8f31073cae4;p=ust.git diff --git a/configure.ac b/configure.ac index bd27236..d9bba96 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([ust], [0.15], [mathieu dot desnoyers at efficios dot com]) +AC_INIT([ust], [0.16], [mathieu dot desnoyers at efficios dot com]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST @@ -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 ;;