Add powerpc little endian support to config.guess.

2013-06-06  Anton Blanchard  <an...@samba.org>

        * config.guess (ppc64le:Linux:*:*, ppcle:Linux:*:*): New.

diff --git a/config.guess b/config.guess
index 120cc0d..516ac6c 100755
--- a/config.guess
+++ b/config.guess
@@ -995,6 +995,12 @@ EOF
     ppc:Linux:*:*)
        echo powerpc-unknown-linux-${LIBC}
        exit ;;
+    ppc64le:Linux:*:*)
+       echo powerpc64le-unknown-linux-${LIBC}
+       exit ;;
+    ppcle:Linux:*:*)
+       echo powerpcle-unknown-linux-${LIBC}
+       exit ;;
     s390:Linux:*:* | s390x:Linux:*:*)
        echo ${UNAME_MACHINE}-ibm-linux-${LIBC}
        exit ;;

_______________________________________________
config-patches mailing list
config-patches@gnu.org
https://lists.gnu.org/mailman/listinfo/config-patches

Reply via email to