genode/repos/libports/lib/mk/rust.inc
Waylon Cude 28117fee12 Added rust support
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
2016-03-17 17:02:04 +01:00

5 lines
101 B
Makefile

SRC_RS = lib.rs
vpath % $(call select_from_ports,rust)/src/lib/rust/src/$(RLIB)
# vi: set ft=make :