mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-29 01:58:55 +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.
9 lines
125 B
PHP
9 lines
125 B
PHP
SRC_S += crt0.s
|
|
SRC_CC += _main.cc
|
|
|
|
REP_INC_DIR += src/platform
|
|
|
|
LIBS += syscall
|
|
|
|
vpath _main.cc $(BASE_DIR)/src/platform
|