qt: add armv5tel-musl support
This commit is contained in:
parent
f50e12d7ea
commit
872b45496d
|
@ -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…
Reference in New Issue