]> git.sur5r.net Git - bacula/bacula/commitdiff
Apply ppc64el configure detection patch from bug #2183
authorKern Sibbald <kern@sibbald.com>
Tue, 17 Nov 2015 17:39:46 +0000 (09:39 -0800)
committerKern Sibbald <kern@sibbald.com>
Tue, 17 Nov 2015 17:39:46 +0000 (09:39 -0800)
bacula/autoconf/config.guess

index b79252d6b1034cbcce18ed21d4ed21a405f987e9..981c3760373a725a49ca2d2db87c5f3f91465e42 100755 (executable)
@@ -1001,6 +1001,9 @@ EOF
     ppcle:Linux:*:*)
        echo powerpcle-unknown-linux-${LIBC}
        exit ;;
+    ppc64el:Linux:*:*)
+       echo powerpc64le-unknown-linux-${LIBC}
+       exit ;;
     s390:Linux:*:* | s390x:Linux:*:*)
        echo ${UNAME_MACHINE}-ibm-linux-${LIBC}
        exit ;;