<!-- homu-ignore:start --> *[View all comments](https://triagebot.infra.rust-lang.org/gh-comments/rust-lang/rust/issues/59302)* <!-- homu-ignore:end --> TODO: - [x] Installable host toolchain (https://github.com/rust-lang/rust/pull/58575) - [x] Rustup support (https://github.com/rust-lang/rustup.rs/pull/1882) - [x] Tests passing as the host (https://github.com/rust-lang/rust/pull/60474) - [ ] Transition musl targets to dynamically link libc by default - MCP approving this: https://github.com/rust-lang/compiler-team/issues/422 - [x] static-pie support https://github.com/rust-lang/rust/issues/53968 (done in https://github.com/rust-lang/rust/pull/70740) - [x] Update to musl 1.2 https://github.com/rust-lang/rust/issues/91178 For people looking how to use as it dynamic target: ```bash RUSTFLAGS="-C target-feature=-crt-static" cargo build ```
View all comments
TODO:
1.2version? #91178For people looking how to use as it dynamic target:
RUSTFLAGS="-C target-feature=-crt-static" cargo build