mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-09 14:32:48 +00:00
4a9b1c6aab
This patch introduces a new platform 'linux_arm' for building and running Genode/Linux on an ARM device. Known limitations: - libc 'setjmp()'/'longjmp()' doesn't currently save/restore floating point registers Fixes #746.
6 lines
98 B
Makefile
6 lines
98 B
Makefile
LIBS += syscall
|
|
|
|
include $(BASE_DIR)/lib/mk/startup.inc
|
|
|
|
vpath crt0.s $(REP_DIR)/src/platform/arm
|