mirror of
https://github.com/openwrt/video.git
synced 2024-03-25 11:45:34 +08:00
qt5base: refactor to use PKG_BUILD_FLAGS:=no-mips16
See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with PKG_BUILD_FLAGS:=no-mips16" on the main repository. Signed-off-by: Andre Heider <a.heider@gmail.com>
This commit is contained in:
parent
630f39d6f7
commit
c618948b88
@ -25,7 +25,7 @@ HOST_BUILD_DIR=$(BUILD_DIR)/host/$(PKG_SYS_NAME)
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
HOST_BUILD_PARALLEL:=1
|
||||
PKG_INSTALL:=1
|
||||
PKG_USE_MIPS16:=0
|
||||
PKG_BUILD_FLAGS:=no-mips16
|
||||
# Yes, the host build depends on the target build. This is not a mistake!
|
||||
# The target build provides the (target specific) qmake.mk file which
|
||||
# is also used for host builds.
|
||||
|
Loading…
Reference in New Issue
Block a user