mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
qt: add armv5tel-musl support
This commit is contained in:
parent
f50e12d7ea
commit
872b45496d
1 changed files with 4 additions and 0 deletions
|
@ -60,6 +60,10 @@ do_configure() {
|
||||||
_opts+=" -arch arm"
|
_opts+=" -arch arm"
|
||||||
_spec="arm-linux-gnueabi-c++"
|
_spec="arm-linux-gnueabi-c++"
|
||||||
;;
|
;;
|
||||||
|
armv5tel-musl)
|
||||||
|
_opts+=" -arch arm"
|
||||||
|
_spec="arm-linux-musleabi-c++"
|
||||||
|
;;
|
||||||
armv6l)
|
armv6l)
|
||||||
_opts+=" -arch arm"
|
_opts+=" -arch arm"
|
||||||
_spec="arm-linux-gnueabihf-c++"
|
_spec="arm-linux-gnueabihf-c++"
|
||||||
|
|
Loading…
Add table
Reference in a new issue