mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
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
This commit is contained in:
@@ -14,6 +14,7 @@ lib:
|
|||||||
cp $(addprefix $(REP_DIR)/lib/mk/,$(LIB_MK_FILES)) lib/mk/
|
cp $(addprefix $(REP_DIR)/lib/mk/,$(LIB_MK_FILES)) lib/mk/
|
||||||
cp $(REP_DIR)/lib/symbols/ld lib/symbols/
|
cp $(REP_DIR)/lib/symbols/ld lib/symbols/
|
||||||
touch lib/mk/config.mk
|
touch lib/mk/config.mk
|
||||||
|
sed -i "/KERNEL/d" lib/mk/ld.mk
|
||||||
|
|
||||||
SPECS := x86_32 x86_64 32bit 64bit
|
SPECS := x86_32 x86_64 32bit 64bit
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user