From 782cfce0aa9a6137c7417977a16a1111f1eb25ec Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Tue, 17 Nov 2015 09:39:46 -0800 Subject: [PATCH] Apply ppc64el configure detection patch from bug #2183 --- bacula/autoconf/config.guess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bacula/autoconf/config.guess b/bacula/autoconf/config.guess index b79252d6b1..981c376037 100755 --- a/bacula/autoconf/config.guess +++ b/bacula/autoconf/config.guess @@ -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 ;; -- 2.39.5