Compiling Rust with GCC: an update
Compiling Rust with GCC: an update
Posted Sep 13, 2022 4:01 UTC (Tue) by pabs (subscriber, #43278)In reply to: Compiling Rust with GCC: an update by mjg59
Parent article: Compiling Rust with GCC: an update
The Bootstrappable Builds project is an example of doing just that, although they aim to bootstrap all architectures from that initial machine code step, without going through the cross-compiler stage:
