Skip to content

Commit

Permalink
Added aarch64 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilleFranchet authored Sep 25, 2023
1 parent 7faaede commit 34f0141
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Unix/buildtool
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,13 @@ if [ -z "$target" ]; then
distro=`lsb_release -i | awk -F":" '{ print $2 }'`
distro_version=`lsb_release -r | awk -F":" '{ print $2 }'`
;;
aarch*:Linux:*)
os=LINUX
arch=ARM
compiler=GNU
distro=`lsb_release -i | awk -F":" '{ print $2 }'`
distro_version=`lsb_release -r | awk -F":" '{ print $2 }'`
;;
*)
echo "$0: error: unsupported platform: $__m:$__s:$__r:$__v"
exit 1
Expand Down

0 comments on commit 34f0141

Please sign in to comment.