summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2015-06-05 14:51:40 +1000
committerDarren Tucker <dtucker@zip.com.au>2015-06-05 14:51:40 +1000
commitadfb24c69d1b6f5e758db200866c711e25a2ba73 (patch)
treed061346e1f0c18ca1a275d6359e016314907a97e /config.guess
parenta1195a0fdc9eddddb04d3e9e44c4775431cb77da (diff)
downloadopenssh-git-adfb24c69d1b6f5e758db200866c711e25a2ba73.tar.gz
Add Linux powerpc64le and powerpcle entries.
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@
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.guess b/config.guess
index b94cde8e..c5636280 100755
--- a/config.guess
+++ b/config.guess
@@ -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 ;;