Skip to content

Commit

Permalink
Merge pull request #6 from ldoktor/patch-1
Browse files Browse the repository at this point in the history
Add ppc64le and aarch64* to config.guess
  • Loading branch information
kirbychris authored Sep 21, 2017
2 parents 7871d56 + 80bf19d commit d566775
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config.guess
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,9 @@ EOF
i*86:Minix:*:*)
echo ${UNAME_MACHINE}-pc-minix
exit ;;
aarch64*:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-gnu
exit ;;
arm*:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-gnu
exit ;;
Expand Down Expand Up @@ -882,6 +885,9 @@ EOF
ppc64:Linux:*:*)
echo powerpc64-unknown-linux-gnu
exit ;;
ppc64le:Linux:*:*)
echo powerpc64le-unknown-linux-gnu
exit ;;
alpha:Linux:*:*)
case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
EV5) UNAME_MACHINE=alphaev5 ;;
Expand Down

0 comments on commit d566775

Please sign in to comment.