From: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com> Date: Tue, 27 Oct 2020 12:07:14 +0000 (+0100) Subject: Update RELEASES.md X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=c899998fa2d4c4ac10e7d5431cc14489b92da808;p=rust.git Update RELEASES.md --- diff --git a/RELEASES.md b/RELEASES.md index f3833054eaa..057129a51a0 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -9,9 +9,9 @@ Language Compiler -------- -- [Stabilised the `-C link-self-contained=`.][76158] This tells `rustc` whether to link - its own C runtime and libraries or to rely on a external linker to find them. (Supported only on - `windows-gnu`, `linux-musl`, and `wasi` platforms.) +- [Stabilised the `-C link-self-contained=` compiler flag.][76158] This tells + `rustc` whether to link its own C runtime and libraries or to rely on a external + linker to find them. (Supported only on `windows-gnu`, `linux-musl`, and `wasi` platforms.) - [You can now use `-C target-feature=+crt-static` on `linux-gnu` targets.][77386] - [Added tier 2\* support for `aarch64-unknown-linux-musl`.][76420]