mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-07 20:00:23 +00:00
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
113 B
Makefile
4 lines
113 B
Makefile
LIBS = libcore-rust liballoc-rust librustc_unicode-rust
|
|
RLIB = libcollections
|
|
include $(REP_DIR)/lib/mk/rust.inc
|