Compiling Rust with GCC: an update
Compiling Rust with GCC: an update
Posted Sep 12, 2022 12:04 UTC (Mon) by moltonel (guest, #45207)In reply to: Compiling Rust with GCC: an update by atnot
Parent article: Compiling Rust with GCC: an update
You might also find surprising that gcc still doesn't support compiling for Apple M1 on MacOS. Gcc does support M1 on Linux, so this missing target triplet doesn't concern the kernel, but it's still an interesting counter point to the "Gcc supports more targets than LLVM" popular wisdom. aarch64-apple-darwin has orders of magnitude more users than all the Gcc-exclusive targets combined.