aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorRobert Marko <robimarko@gmail.com>2023-01-31 12:03:09 +0100
committerChristian Marangi <ansuelsmth@gmail.com>2023-03-21 18:28:23 +0100
commit1342afcd27ebc142caf859e3acb3671c0378dea0 (patch)
tree83cfa352b7d7e7f0b7f2691881950746b6ad1cef /package
parent9fe7cc62a6ca49e81e5656ace144e35c31a9a408 (diff)
downloadupstream-1342afcd27ebc142caf859e3acb3671c0378dea0.tar.gz
upstream-1342afcd27ebc142caf859e3acb3671c0378dea0.tar.bz2
upstream-1342afcd27ebc142caf859e3acb3671c0378dea0.zip
kernel: qca-ssdk: opt-out of LTO
SSDK is doing everything custom, so trying to use mold and/or LTO fails, so lets opt-out of using both of them. Signed-off-by: Robert Marko <robimarko@gmail.com> [a.heider: split and switch to PKG_BUILD_FLAGS] Signed-off-by: Andre Heider <a.heider@gmail.com>
Diffstat (limited to 'package')
-rw-r--r--package/kernel/qca-ssdk/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/qca-ssdk/Makefile b/package/kernel/qca-ssdk/Makefile
index c9829d1516..62c60fc1be 100644
--- a/package/kernel/qca-ssdk/Makefile
+++ b/package/kernel/qca-ssdk/Makefile
@@ -10,6 +10,7 @@ PKG_SOURCE_VERSION:=628b22bc3d5ee81414b75ab3de6a255c82754dec
PKG_MIRROR_HASH:=859344f79504b9953639dc5aa27042249f68e3a9a269e66d7f7a25e1ab38c110
PKG_FLAGS:=nonshared
+PKG_BUILD_FLAGS:=no-lto
include $(INCLUDE_DIR)/kernel.mk
include $(INCLUDE_DIR)/package.mk