Skip to content

Commit 4a85be8

Browse files
committed
Add armv8l support to rustup-init.sh
1 parent 270aaa5 commit 4a85be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustup-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ get_architecture() {
244244
fi
245245
;;
246246

247-
armv7l)
247+
armv7l | armv8l)
248248
local _cputype=armv7
249249
if [ "$_ostype" == "linux-android" ]; then
250250
local _ostype=linux-androideabi

0 commit comments

Comments
 (0)