Skip to content

Commit

Permalink
support for arm64; fixes #2147
Browse files Browse the repository at this point in the history
  • Loading branch information
Araq committed Dec 27, 2016
1 parent 847210b commit 0af8584
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/niminst/buildsh.tmpl
Expand Up @@ -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
Expand Down

0 comments on commit 0af8584

Please sign in to comment.