Newer
Older
static-libstdcpp = true
[build]
host = ["x86_64-unknown-redox"]
target = ["x86_64-unknown-redox"]
docs = false
submodules = false

Jeremy Soller
committed
tools = ["src"]
verbose = 1
cc = "x86_64-unknown-redox-gcc"
cxx = "x86_64-unknown-redox-g++"
ar = "x86_64-unknown-redox-ar"
linker = "x86_64-unknown-redox-gcc"
# Nasty path, please fix
llvm-config = "../../../bin/x86_64-unknown-redox-llvm-config"