Add powerpc64 host_cpu to configure.ac
[ust.git] / configure.ac
index bd27236b215e30e0b8f7beeffac2c3f3e81f6696..8cef0cdf999e1565da2819f7674bb62e20d48cca 100644 (file)
@@ -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 ;;
This page took 0.021627 seconds and 4 git commands to generate.