Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
Auto merge of rust-lang#1056 - malbarbo:armv8l, r=Diggsey
Browse files Browse the repository at this point in the history
Add armv8l support

Fixes rust-lang#1055
  • Loading branch information
bors committed Apr 19, 2017
2 parents 6c610a1 + a7f8270 commit 43e068e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustup-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ get_architecture() {
fi
;;

armv7l)
armv7l | armv8l)
local _cputype=armv7
if [ "$_ostype" = "linux-android" ]; then
local _ostype=linux-androideabi
Expand Down

0 comments on commit 43e068e

Please sign in to comment.