mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +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"
|
||||
_spec="arm-linux-gnueabi-c++"
|
||||
;;
|
||||
armv5tel-musl)
|
||||
_opts+=" -arch arm"
|
||||
_spec="arm-linux-musleabi-c++"
|
||||
;;
|
||||
armv6l)
|
||||
_opts+=" -arch arm"
|
||||
_spec="arm-linux-gnueabihf-c++"
|
||||
|
|
Loading…
Add table
Reference in a new issue