mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 23:53:55 +00:00
linux: stack-area handling with recent Linux kernels
We moved the stack-area segment 128 MiB behind text and data to comply with assumptions in the kernel ELF loader. This commit also reenables static binaries on linux and removes the unused stack_area.stdlib.ld script. Fixes #2521
This commit is contained in:
@ -42,7 +42,7 @@ INC_DIR += $(REP_DIR)/src/core/include \
|
||||
|
||||
LD_TEXT_ADDR ?= 0x01000000
|
||||
LD_SCRIPT_STATIC = $(BASE_DIR)/src/ld/genode.ld \
|
||||
$(call select_from_repositories,src/ld/stack_area.nostdlib.ld)
|
||||
$(call select_from_repositories,src/ld/stack_area.ld)
|
||||
|
||||
include $(GEN_CORE_DIR)/version.inc
|
||||
|
||||
|
Reference in New Issue
Block a user