mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-13 22:42:06 +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
9 lines
251 B
Plaintext
9 lines
251 B
Plaintext
LICENSE := MIT
|
|
VERSION := nightly
|
|
DATE := 2016-03-03
|
|
DOWNLOADS := rust.archive
|
|
|
|
URL(rust) := http://static.rust-lang.org/dist/$(DATE)/rustc-$(VERSION)-src.tar.gz
|
|
SHA(rust) := c75656f1238ce82e1cdede174d9cbc05f0b98ae2
|
|
DIR(rust) := src/lib/rust
|