mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 17:01:07 +00:00
42fddf8390
The former ldso-startup static library (now called ldso_so_support) is used to spice each shared object/library with local support code for the dynamic linker (execution of static constructors and ARM-EABI). Therefore, the library must be statically linked to each dynamic library. As a result recipes for dynamic libraries must always depend on the "so" API, which makes ldso_so_support.mk and so_support.c available independent of "base". Additionally, ldso_so_support is also provided in the libc API to cut the dependency early for libc/posix libraries. Issue #3720
8 lines
186 B
Makefile
8 lines
186 B
Makefile
content: lib/mk/ldso_so_support.mk src/lib/ldso/so_support.c LICENSE
|
|
|
|
lib/mk/ldso_so_support.mk src/lib/ldso/so_support.c:
|
|
$(mirror_from_rep_dir)
|
|
|
|
LICENSE:
|
|
cp $(GENODE_DIR)/LICENSE $@
|