mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 06:33:31 +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.
4 lines
63 B
Makefile
4 lines
63 B
Makefile
SRC_S = crt0.s
|
|
|
|
vpath crt0.s $(REP_DIR)/src/lib/ldso/arm/linux
|