mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-20 00:52:01 +00:00
mk: make LD_SCRIPT_DYN customizable
This way, a target.mk becomes able to override the default linker script, e.g., for adding custom symbols.
This commit is contained in:
parent
0dc7084b0f
commit
5b85bd9602
@ -214,7 +214,7 @@ CXX_LINK_OPT += $(LD_OPT_NOSTDLIB)
|
||||
#
|
||||
# Linker script for dynamically linked programs
|
||||
#
|
||||
LD_SCRIPT_DYN = $(BASE_DIR)/src/ld/genode_dyn.ld
|
||||
LD_SCRIPT_DYN ?= $(BASE_DIR)/src/ld/genode_dyn.ld
|
||||
|
||||
#
|
||||
# Linker script for shared libraries
|
||||
|
Loading…
x
Reference in New Issue
Block a user