X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=configure.ac;h=10e1af443a4b61bdbf2786d9e458bbe366aecdd2;hb=1c5e467e5da8d549fa499c3ceb9739c5f704260d;hp=565b7175c5a25414ae6f7dc0a1c56648bb59bef9;hpb=5810472cfda38ae6108e577d163d63158b960519;p=deliverable%2Flttng-ust.git diff --git a/configure.ac b/configure.ac index 565b7175..10e1af44 100644 --- a/configure.ac +++ b/configure.ac @@ -101,6 +101,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"; NO_UNALIGNED_ACCESS=1 ;; s390x) LIBFORMAT="elf64-s390"; NO_UNALIGNED_ACCESS=1 ;; armv5) LIBFORMAT="elf32-littlearm"; NO_UNALIGNED_ACCESS=1 ;; @@ -174,9 +175,11 @@ AC_CONFIG_FILES([ liblttng-ust-comm/Makefile libringbuffer/Makefile libust/Makefile + libustctl/Makefile tests/Makefile tests/hello/Makefile tests/ust-basic-tracing/Makefile + tests/ust-multi-test/Makefile tests/hello2/Makefile tests/basic/Makefile tests/basic_long/Makefile