From 915c7d868b82540d7aa7932e25a4a353ed9f4e6e Mon Sep 17 00:00:00 2001 From: Luca Weiss Date: Sat, 6 Apr 2019 22:00:18 +0200 Subject: functions: adjust armhf triplet From what I could find, it was changed to -musleabihf during the Alpine 3.6 release cycle but this function was never updated to reflect that --- functions.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.sh.in') diff --git a/functions.sh.in b/functions.sh.in index ea21f25..22c2c49 100644 --- a/functions.sh.in +++ b/functions.sh.in @@ -7,7 +7,7 @@ arch_to_hostspec() { case "$1" in aarch64) echo "aarch64-alpine-linux-musl" ;; armel) echo "armv5-alpine-linux-musleabi" ;; - armhf) echo "armv6-alpine-linux-muslgnueabihf" ;; + armhf) echo "armv6-alpine-linux-musleabihf" ;; armv7) echo "armv7-alpine-linux-musleabihf" ;; mips) echo "mips-alpine-linux-musl" ;; mips64) echo "mips64-alpine-linux-musl" ;; -- cgit v1.2.3