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.
9 lines
192 B
Makefile
9 lines
192 B
Makefile
include $(REP_DIR)/lib/mk/base.inc
|
|
|
|
LIBS += startup cxx
|
|
|
|
SRC_CC += thread.cc thread_linux.cc
|
|
|
|
vpath thread.cc $(BASE_DIR)/src/base/thread
|
|
vpath thread_linux.cc $(REP_DIR)/src/base/thread
|