mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
base: disregard ld.lib.so stub as build artifact
The ld.lib.so stub library generated by base/lib/mk/ld.mk has no purpose at runtime. On the contrary, it must not be integrated into the boot image because its name collides with the kernel-specific dynamic linker.
This commit is contained in:
@@ -15,3 +15,6 @@ SHARED_LIB := yes
|
|||||||
LD_OPT += -T$(BASE_DIR)/src/lib/ldso/linker.ld
|
LD_OPT += -T$(BASE_DIR)/src/lib/ldso/linker.ld
|
||||||
|
|
||||||
LIBS += $(addprefix ld-,$(KERNEL))
|
LIBS += $(addprefix ld-,$(KERNEL))
|
||||||
|
|
||||||
|
# as the stub libarary is not used at runtime, disregard it as build artifact
|
||||||
|
BUILD_ARTIFACTS :=
|
||||||
|
|||||||
Reference in New Issue
Block a user