It's now possible to compile small Rust programs with libgccjit! This will enable Rust on a bunch more architectures.
https://blog.antoyo.xyz/rustc_codegen_gcc-run-core-tests
Admittedly these programs don't run correctly yet, but getting something basic working often takes 80% of the work in PL.