mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
28117fee12
Rust relies on atomic builtins, which are not implemented in libgcc for ARM. One is implemented in rust, which is sufficient to get the current rust test to run. Issue #1899
4 lines
92 B
Makefile
4 lines
92 B
Makefile
LIBS = libcore-rust liballoc_system-rust
|
|
RLIB = liballoc
|
|
include $(REP_DIR)/lib/mk/rust.inc
|