Compiling Rust with GCC: an update
Compiling Rust with GCC: an update
Posted Sep 9, 2022 21:08 UTC (Fri) by Gaelan (guest, #145108)In reply to: Compiling Rust with GCC: an update by calumapplepie
Parent article: Compiling Rust with GCC: an update
The latter bit isn’t quite true: people can, and have, bootstrapped rustc from mrustc, a separate C++ implementation. (Specifically, this involves compiling rustc 1.54 with mrustc, then bootstrapping forward to the latest version from there.)
