Add powerpc64 host_cpu to configure.ac
authorMatthew McClintock <msm@freescale.com>
Thu, 29 Sep 2011 20:12:53 +0000 (16:12 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 29 Sep 2011 20:12:53 +0000 (16:12 -0400)
Seems like autoconf uses powerpc64 as our host cpu type, this
patch is to fix build issues in openembedded/yocto targets

Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
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.023237 seconds and 4 git commands to generate.