From c618948b88d729f35e5514bd2eb43bd14393bd37 Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Thu, 23 Mar 2023 10:31:19 +0100 Subject: [PATCH] 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 --- frameworks/qt5base/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/qt5base/Makefile b/frameworks/qt5base/Makefile index 0511288..ca139fa 100644 --- a/frameworks/qt5base/Makefile +++ b/frameworks/qt5base/Makefile @@ -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. -- 2.30.2