mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
f5cd12dcf9
- Use 'select_from_repositories' for crt0.s of startup library - Move RISC-V crt0.s to base (where the other archs are located) issue #4019
4 lines
114 B
Makefile
4 lines
114 B
Makefile
include $(BASE_DIR)/lib/mk/startup.inc
|
|
|
|
vpath crt0.s $(call select_from_repositories,src/lib/startup/spec/arm_64)
|