Remove empty line from tracepoint.h
[ust.git] / configure.ac
index 565b7175c5a25414ae6f7dc0a1c56648bb59bef9..3018d8d9bbfc1ba30d40b1344b1aeba4a43b1e6e 100644 (file)
@@ -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 ;;
@@ -177,6 +178,7 @@ AC_CONFIG_FILES([
        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
This page took 0.022594 seconds and 4 git commands to generate.