mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
mk: obtain 'genode.ld' always form BASE_DIR
This way, the base repository does not need to be present in the 'REPOSITORIES' list when building static executables.
This commit is contained in:
committed by
Christian Helmuth
parent
1c79ba4182
commit
da294cb02a
@@ -62,7 +62,7 @@ CXX_LINK_OPT += $(CC_MARCH)
|
||||
#
|
||||
# Generic linker script for statically linked binaries
|
||||
#
|
||||
LD_SCRIPT_STATIC ?= $(call select_from_repositories,src/ld/genode.ld)
|
||||
LD_SCRIPT_STATIC ?= $(BASE_DIR)/src/ld/genode.ld
|
||||
|
||||
include $(BASE_DIR)/mk/generic.mk
|
||||
include $(BASE_DIR)/mk/base-libs.mk
|
||||
|
||||
Reference in New Issue
Block a user