Compiling Rust with GCC: an update
Compiling Rust with GCC: an update
Posted Sep 10, 2022 18:09 UTC (Sat) by linusw (subscriber, #40300)In reply to: Compiling Rust with GCC: an update by mfuzzey
Parent article: Compiling Rust with GCC: an update
There are some further "holes" in that list.
The ARM ISA is not universally supported, specifically not ARMv4 (not even in LLVM in general last time I checked) and I am even uncertain about ARMv5 for rust, both have substantial deployment and isn't going away from the kernel anytime soon.
