▲ | DarkNova6 3 days ago | |||||||
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. | ||||||||
▲ | JoshTriplett 3 days ago | parent [-] | |||||||
Rust has a GCC backend as well, rustc_codegen_gcc. However, the NonStop platform just has a proprietary C compiler. | ||||||||
|