mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 17:34:43 +00:00
support for arm64; fixes #2147
This commit is contained in:
@@ -126,6 +126,8 @@ case $ucpu in
|
||||
mycpu="mips" ;;
|
||||
*arm*|*armv6l* )
|
||||
mycpu="arm" ;;
|
||||
*aarch64* )
|
||||
mycpu="arm64" ;;
|
||||
*)
|
||||
echo 2>&1 "Error: unknown processor: $ucpu"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user