mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
12 lines
226 B
TOML
12 lines
226 B
TOML
[rust]
|
|
backtrace = false
|
|
|
|
[target.x86_64-unknown-redox]
|
|
cc = "x86_64-unknown-redox-gcc"
|
|
cxx = "x86_64-unknown-redox-g++"
|
|
llvm-config = "./llvm-config"
|
|
|
|
[build]
|
|
host = ["x86_64-unknown-redox"]
|
|
target = ["x86_64-unknown-redox"]
|