My understanding: As Rust is built on LLVM and not GCC, it is also limited to operating systems supporting LLVM.
GCC simply supports more platforms.
arccy•4m ago
because the rust compiler just doesn't support some platforms (os / architecture combination)?
RESF members tend to say it the other way around as in the platform doesn't support rust, but the reality is that it's the compiler that needs to support a platform, not the other way around.
whalee•4m ago
See this page [1], particularly the 'Tier 3' platforms.
politelemon•7m ago
Please could someone elaborate on this.
ahdanggit•4m ago
This might make a much more interesting case for GOT than before https://www.gameoftrees.org/
DarkNova6•4m ago
GCC simply supports more platforms.
arccy•4m ago
RESF members tend to say it the other way around as in the platform doesn't support rust, but the reality is that it's the compiler that needs to support a platform, not the other way around.
whalee•4m ago
[1] https://doc.rust-lang.org/beta/rustc/platform-support.html