summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2017-06-01 10:55:30 +0000
committerTimo Teräs <timo.teras@iki.fi>2017-06-01 10:55:30 +0000
commit035a68ab11a45cf5a9b8ea9bbc97c27ccf1cb70b (patch)
tree3f27f3fa6b10c4014f03c79987a34e892c91d5ca
parent5dfb7a3634fcd0f7b63e03d5cbd170aa4a95b148 (diff)
downloadabuild-035a68ab11a45cf5a9b8ea9bbc97c27ccf1cb70b.tar.bz2
abuild-035a68ab11a45cf5a9b8ea9bbc97c27ccf1cb70b.tar.xz
functions.sh: add armel triplet
-rw-r--r--functions.sh.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions.sh.in b/functions.sh.in
index 48b62b2..b886e72 100644
--- a/functions.sh.in
+++ b/functions.sh.in
@@ -6,6 +6,7 @@ program=${0##*/}
arch_to_hostspec() {
case "$1" in
aarch64) echo "aarch64-alpine-linux-musl" ;;
+ armel) echo "armv5-alpine-linux-musleabi" ;;
armhf) echo "armv6-alpine-linux-muslgnueabihf" ;;
armv7) echo "armv7-alpine-linux-musleabihf" ;;
ppc) echo "powerpc-alpine-linux-musl" ;;