Post #1480569
2026-01-22 22:51 UTC
Starting tomorrow, you will be able (on linux without cross-compilation) to install and use the Rust GCC backend directly from rustup! To do so:
rustup component add rustc-codegen-gcc
Thanks a lot to Kobzol for all their work to making it a reality!
https://github.com/rust-lang/rust/pull/151156
#rust #gcc
Replies (1)
-
@jsbarretto@social.coop 2026-01-22 22:52
@imperio@toot.cat I am so excited about this. Presumably it only supports the host architecture as output?