qt: Add mipshf-musl arch support

This commit is contained in:
hipperson0 2017-11-15 11:22:59 +00:00 committed by Jürgen Buchmüller
parent 0786c96811
commit bc5b6760bf

View file

@ -5,11 +5,11 @@ revision=23
_distname=qt-everywhere-opensource-src _distname=qt-everywhere-opensource-src
patch_args="-Np1" patch_args="-Np1"
wrksrc=${_distname}-${version} wrksrc=${_distname}-${version}
homepage="http://qt.io/" homepage="https://qt.io/"
short_desc="A cross-platform application and UI framework" short_desc="A cross-platform application and UI framework"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3, LGPL-2.1" license="GPL-3, LGPL-2.1"
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/${_distname}-${version}.tar.gz" distfiles="https://download.qt.io/official_releases/qt/${version%.*}/${version}/${_distname}-${version}.tar.gz"
checksum=e2882295097e47fe089f8ac741a95fef47e0a73a3f3cdf21b56990638f626ea0 checksum=e2882295097e47fe089f8ac741a95fef47e0a73a3f3cdf21b56990638f626ea0
hostmakedepends="perl sqlite pkg-config" hostmakedepends="perl sqlite pkg-config"
@ -85,6 +85,10 @@ do_configure() {
_opts+=" -arch mips" _opts+=" -arch mips"
_spec="mips-linux-musl-c++" _spec="mips-linux-musl-c++"
;; ;;
mipshf-musl)
_opts+=" -arch mips"
_spec="mips-linux-muslhf-c++"
;;
mipsel-musl) mipsel-musl)
_opts+=" -arch mips" _opts+=" -arch mips"
_spec="mipsel-linux-musl-c++" _spec="mipsel-linux-musl-c++"