mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-06 02:59:54 +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
101 B
Makefile
5 lines
101 B
Makefile
SRC_RS = lib.rs
|
|
vpath % $(call select_from_ports,rust)/src/lib/rust/src/$(RLIB)
|
|
|
|
# vi: set ft=make :
|