view lang/rust/config.toml @ 1335:7e62919ec1c2

x11: upgrade whole distribution
author David Demelier <markand@malikania.fr>
date Fri, 03 Dec 2021 22:19:37 +0100
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