summaryrefslogtreecommitdiffstats
path: root/functions.sh.in
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-07-08 09:56:14 +0300
committerTimo Teräs <timo.teras@iki.fi>2016-07-08 09:56:14 +0300
commit580dd46c588ef71bc852d2b9a5bb4426a2c47665 (patch)
tree4da0fbae829f6e9732ed1a03231c2f082d6b1557 /functions.sh.in
parent97d924dfed7284b103f588f009d63ec5891ba347 (diff)
downloadabuild-580dd46c588ef71bc852d2b9a5bb4426a2c47665.tar.bz2
abuild-580dd46c588ef71bc852d2b9a5bb4426a2c47665.tar.xz
add aarch64 architecture
Diffstat (limited to 'functions.sh.in')
-rw-r--r--functions.sh.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions.sh.in b/functions.sh.in
index c128e8d..1ba2d14 100644
--- a/functions.sh.in
+++ b/functions.sh.in
@@ -5,6 +5,7 @@ program=${0##*/}
hostspec_to_arch() {
case "$1" in
+ aarch64*-*-*-*) echo "aarch64" ;;
arm*-*-*-*eabi) echo "armel" ;;
armv6*-*-*-*eabihf) echo "armhf" ;;
armv7*-*-*-*eabihf) echo "armv7" ;;