From c39b263ac98af6bd38f672112230430136ccb848 Mon Sep 17 00:00:00 2001 From: hipperson0 Date: Tue, 14 Nov 2017 21:52:14 +0000 Subject: [PATCH] musl-legacy-compat: Add mipshf-musl arch support --- srcpkgs/musl-legacy-compat/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/musl-legacy-compat/template b/srcpkgs/musl-legacy-compat/template index 3e6e28f37e..014e8a2205 100644 --- a/srcpkgs/musl-legacy-compat/template +++ b/srcpkgs/musl-legacy-compat/template @@ -4,7 +4,7 @@ version=0.3 revision=1 noarch=yes bootstrap=yes -only_for_archs="i686-musl x86_64-musl armv5tel-musl armv6l-musl armv7l-musl aarch64-musl mips-musl mipsel-musl mipselhf-musl" +only_for_archs="i686-musl x86_64-musl armv5tel-musl armv6l-musl armv7l-musl aarch64-musl mips-musl mipshf-musl mipsel-musl mipselhf-musl" short_desc="Legacy compatibility headers for the musl libc" maintainer="Juan RP " license="BSD"