support for arm64; fixes #2147

This commit is contained in:
Andreas Rumpf
2016-12-27 19:18:41 +01:00
parent 847210b799
commit 0af85846bb

View File

@@ -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