qt: add armv5tel-musl support

This commit is contained in:
Jürgen Buchmüller 2018-02-08 12:18:03 +01:00
parent f50e12d7ea
commit 872b45496d
1 changed files with 4 additions and 0 deletions

View File

@ -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++"