Skip to content

Commit

Permalink
Add aarch64 to config.guess
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202125 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
rengolin committed Feb 25, 2014
1 parent 31c756b commit 06b8110
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions autoconf/config.guess
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,9 @@ EOF
i*86:Minix:*:*)
echo ${UNAME_MACHINE}-pc-minix
exit ;;
aarch64*:Linux:*)
echo ${UNAME_MACHINE}-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 06b8110

Please sign in to comment.