redox/recipes/rust/config.toml
Jeremy Soller 25803c9a50 Disable LLVM ninja build
Enable compilation of codegen tests
2017-11-14 20:02:38 -07:00

22 lines
411 B
TOML

[llvm]
static-libstdcpp = true
[build]
host = ["x86_64-unknown-redox"]
target = ["x86_64-unknown-redox"]
docs = false
submodules = false
[rust]
use-jemalloc = false
backtrace = false
rpath = false
[target.x86_64-unknown-redox]
cc = "x86_64-unknown-redox-gcc"
cxx = "x86_64-unknown-redox-g++"
ar = "x86_64-unknown-redox-ar"
linker = "x86_64-unknown-redox-gcc"
llvm-config = "../llvm-config"
crt-static = true