musl: Add mipshf-musl arch support

This commit is contained in:
hipperson0 2017-11-14 21:52:52 +00:00 committed by Jürgen Buchmüller
parent 44cf72dea5
commit c7fc9d1e4a

View file

@ -15,7 +15,7 @@ checksum=d017ee5d01aec0c522a1330fdff06b1e428cb409e1db819cc4935d5da4a5a118
nostrip_files="libc.so"
shlib_provides="libc.so"
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"
desc_option_bigstack="bigger default pthread stack size"
build_options="bigstack"