redox/recipes/rust/config.toml
Ian Douglas Scott 13edf0f4a9
Recipe for rust
2017-06-13 18:57:04 -07:00

12 lines
218 B
TOML

[rust]
backtrace = false
[target.x86_64-unknown-redox]
cc = "x86_64-elf-redox-gcc"
cxx = "x86_64-elf-redox-g++"
llvm-config = "./llvm-config"
[build]
host = ["x86_64-unknown-redox"]
target = ["x86_64-unknown-redox"]