From 59936c22c0df2e2f1ff5fead529d73e282cb6e3b Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Tue, 8 Feb 2022 16:54:26 +0100 Subject: [PATCH] depot: cut kernel dependency from api/base This patch removes the implicit build of ld-$(KERNEL) by the generic ld.mk file because the kernel-specific dynamic linker is unreachable when building a regular binary archive. Issue #4320 --- repos/base/recipes/api/base/content.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/repos/base/recipes/api/base/content.mk b/repos/base/recipes/api/base/content.mk index fe34ad0729..38b16ebcb6 100644 --- a/repos/base/recipes/api/base/content.mk +++ b/repos/base/recipes/api/base/content.mk @@ -14,6 +14,7 @@ lib: cp $(addprefix $(REP_DIR)/lib/mk/,$(LIB_MK_FILES)) lib/mk/ cp $(REP_DIR)/lib/symbols/ld lib/symbols/ touch lib/mk/config.mk + sed -i "/KERNEL/d" lib/mk/ld.mk SPECS := x86_32 x86_64 32bit 64bit