mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-23 17:17:38 +00:00
Imported Genode release 11.11
This commit is contained in:
committed by
Christian Helmuth
parent
6bcc9aef0e
commit
da4e1feaa5
18
base-linux/mk/spec-linux.mk
Normal file
18
base-linux/mk/spec-linux.mk
Normal file
@ -0,0 +1,18 @@
|
||||
#
|
||||
# Specifics for the Linux-specific Genode components
|
||||
#
|
||||
|
||||
#
|
||||
# Startup code to be used when building a program and linker script that is
|
||||
# specific for Linux. We also reserve the thread-context area via a segment in
|
||||
# the program under Linux to prevent clashes with vdso.
|
||||
#
|
||||
ifneq ($(USE_HOST_LD_SCRIPT),yes)
|
||||
PRG_LIBS += startup
|
||||
LD_TEXT_ADDR ?= 0x01000000
|
||||
LD_SCRIPT_STATIC = $(call select_from_repositories,src/platform/genode.ld) \
|
||||
$(call select_from_repositories,src/platform/context_area.nostdlib.ld)
|
||||
else
|
||||
LD_SCRIPT_STATIC = $(LD_SCRIPT_DEFAULT) \
|
||||
$(call select_from_repositories,src/platform/context_area.stdlib.ld)
|
||||
endif
|
Reference in New Issue
Block a user