qt5base: refactor to use PKG_BUILD_FLAGS:=no-mips16
authorAndre Heider <a.heider@gmail.com>
Thu, 23 Mar 2023 09:31:19 +0000 (10:31 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Fri, 12 May 2023 11:16:13 +0000 (13:16 +0200)
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>
frameworks/qt5base/Makefile

index 05112889110fa0bf58c7d9b8303024c63b644965..ca139fa239fb07630d6512bd813030a3b6928f00 100644 (file)
@@ -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.