mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-10 05:01:26 +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
5 lines
131 B
Makefile
5 lines
131 B
Makefile
LIBS = libcore-rust liblibc-rust
|
|
CC_RUSTC_OPT += --allow unused_features
|
|
RLIB = liballoc_system
|
|
include $(REP_DIR)/lib/mk/rust.inc
|