X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=8cef0cdf999e1565da2819f7674bb62e20d48cca;hb=f6572ddc976898c4ce77c484a3287a0cc7b57800;hp=a24525fd00756d46d62ade6c237767617345aad2;hpb=1a2b34be02beefee0c5def81edf8a6487616aad2;p=ust.git diff --git a/configure.ac b/configure.ac index a24525f..8cef0cd 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.14], [mathieu dot desnoyers at efficios dot com]) +AC_INIT([ust], [0.15], [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 ;;