mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 15:02:25 +00:00
c962240922
- use the generic 'crt0.s' for Linux - move the read-only '__dso_handle' definition into the '.text' section - move the '__initial_sp' definition into the '.bss' section - remove the '_main_utcb' definition Part of #766.
7 lines
168 B
Makefile
7 lines
168 B
Makefile
SRC_CC = parent_cap.cc binary_name.cc
|
|
|
|
LIBS = ldso_crt0
|
|
|
|
vpath parent_cap.cc $(REP_DIR)/src/lib/ldso/arch/linux
|
|
vpath binary_name.cc $(REP_DIR)/src/lib/ldso/arch/linux
|