mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-22 10:02:33 +00: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:
parent
9aab61f5a7
commit
f1f0ee3a21
@ -15,3 +15,6 @@ SHARED_LIB := yes
|
||||
LD_OPT += -T$(BASE_DIR)/src/lib/ldso/linker.ld
|
||||
|
||||
LIBS += $(addprefix ld-,$(KERNEL))
|
||||
|
||||
# as the stub libarary is not used at runtime, disregard it as build artifact
|
||||
BUILD_ARTIFACTS :=
|
||||
|
Loading…
x
Reference in New Issue
Block a user