diff options
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.guess b/config.guess index b94cde8ef..c5636280d 100755 --- a/config.guess +++ b/config.guess | |||
@@ -982,6 +982,12 @@ EOF | |||
982 | ppc:Linux:*:*) | 982 | ppc:Linux:*:*) |
983 | echo powerpc-unknown-linux-gnu | 983 | echo powerpc-unknown-linux-gnu |
984 | exit ;; | 984 | exit ;; |
985 | ppc64le:Linux:*:*) | ||
986 | echo powerpc64le-unknown-linux-gnu | ||
987 | exit ;; | ||
988 | ppcle:Linux:*:*) | ||
989 | echo powerpcle-unknown-linux-gnu | ||
990 | exit ;; | ||
985 | s390:Linux:*:* | s390x:Linux:*:*) | 991 | s390:Linux:*:* | s390x:Linux:*:*) |
986 | echo ${UNAME_MACHINE}-ibm-linux | 992 | echo ${UNAME_MACHINE}-ibm-linux |
987 | exit ;; | 993 | exit ;; |