projects
/
feed
/
video.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
630f39d
)
qt5base: refactor to use PKG_BUILD_FLAGS:=no-mips16
author
Andre Heider
<a.heider@gmail.com>
Thu, 23 Mar 2023 09:31:19 +0000
(10:31 +0100)
committer
Christian 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
patch
|
blob
|
history
diff --git
a/frameworks/qt5base/Makefile
b/frameworks/qt5base/Makefile
index 05112889110fa0bf58c7d9b8303024c63b644965..ca139fa239fb07630d6512bd813030a3b6928f00 100644
(file)
--- 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.