]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Add Linux powerpc64le and powerpcle entries.
authorDarren Tucker <dtucker@zip.com.au>
Fri, 5 Jun 2015 04:51:40 +0000 (14:51 +1000)
committerDarren Tucker <dtucker@zip.com.au>
Fri, 5 Jun 2015 04:51:40 +0000 (14:51 +1000)
Stopgap to resolve bz#2409 because we are so close to release and will
update config.guess and friends shortly after the release.  ok djm@

config.guess

index b94cde8ef2e0f19f748b6f488a8f84c1409c3e00..c5636280d45e6dcbe22d9418b600794603b8051b 100755 (executable)
@@ -982,6 +982,12 @@ EOF
     ppc:Linux:*:*)
        echo powerpc-unknown-linux-gnu
        exit ;;
+    ppc64le:Linux:*:*)
+       echo powerpc64le-unknown-linux-gnu
+       exit ;;
+    ppcle:Linux:*:*)
+       echo powerpcle-unknown-linux-gnu
+       exit ;;
     s390:Linux:*:* | s390x:Linux:*:*)
        echo ${UNAME_MACHINE}-ibm-linux
        exit ;;