mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
Update RELEASES.md
This commit is contained in:
committed by
Pietro Albini
parent
70d23b1578
commit
c571271e56
+3
-3
@@ -9,9 +9,9 @@ Language
|
||||
|
||||
Compiler
|
||||
--------
|
||||
- [Stabilised the `-C link-self-contained=<yes|no>`.][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=<yes|no>` 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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user