X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=2fa613755d64c45e46a3e795ea5e8a01931681ca;hb=776deb6b9f326f5ba5984e4d55cb5010a17ce559;hp=c0be7dded17bc10d82059fc1da54f0b9df2505ab;hpb=6a944c15ab87ae6a2cb4a22b4781f39b8955031b;p=rust.git diff --git a/config.toml.example b/config.toml.example index c0be7dded17..2fa613755d6 100644 --- a/config.toml.example +++ b/config.toml.example @@ -378,7 +378,7 @@ # nightly features #channel = "dev" -# The root location of the MUSL installation directory. +# The root location of the musl installation directory. #musl-root = "..." # By default the `rustc` executable is built with `-Wl,-rpath` flags on Unix @@ -521,12 +521,15 @@ # only use static libraries. If unset, the target's default linkage is used. #crt-static = false -# The root location of the MUSL installation directory. The library directory +# The root location of the musl installation directory. The library directory # will also need to contain libunwind.a for an unwinding implementation. Note -# that this option only makes sense for MUSL targets that produce statically +# that this option only makes sense for musl targets that produce statically # linked binaries #musl-root = "..." +# The full path to the musl libdir. +#musl-libdir = musl-root/lib + # The root location of the `wasm32-wasi` sysroot. #wasi-root = "..."