view lang/rust/config.toml @ 1216:6710613b88b9

misc: remove build function
author David Demelier <markand@malikania.fr>
date Wed, 29 Sep 2021 13:49:32 +0200
parents e45b5d1810ab
children
line wrap: on
line source

[build]
#rustc = "@PWD@/bootstrap/bin/rustc"
#cargo = "@PWD@/bootstrap/bin/cargo"
rustc = "/bin/rustc"
cargo = "/bin/cargo"
python = "/bin/python"
build = '@ARCH@-unknown-linux-musl'
host = ['@ARCH@-unknown-linux-musl']
target = ['@ARCH@-unknown-linux-musl']
vendor = true
extended = true

[install]
prefix = "/"

[rust]
channel = "stable"
rpath = false
codegen-tests = false
verbose-tests = false
default-linker = "@CC@"
llvm-libunwind = true

[dist]
src-tarball = false

[target.@ARCH@-unknown-linux-musl]
cc = "@CC@"
cxx = "@CXX@"
ar = "llvm-ar"
ranlib = "llvm-ranlib"
linker = "@CC@"
llvm-config = "/bin/llvm-config"
crt-static = false