New package: cross-mips-linux-muslhf-0.24

This commit is contained in:
hipperson0 2017-11-14 18:39:02 +00:00 committed by Jürgen Buchmüller
parent c53cbe0324
commit fb26ec4a5b
6 changed files with 282 additions and 1 deletions

View file

@ -10,7 +10,7 @@ do_configure() {
_MESON_TARGET_ENDIAN=little
_MESON_TARGET_CPU=${XBPS_TARGET_MACHINE}
case "$XBPS_TARGET_MACHINE" in
mips|mips-musl)
mips|mips-musl|mipshf-musl)
_MESON_TARGET_ENDIAN=big
;;
esac