Add riscv32 and riscv64 musl to supported platform targets · rust-lang/rust@8b38a50 (original) (raw)

Original file line number Diff line number Diff line change
@@ -204,7 +204,9 @@ target | std host notes
204 204 `powerpc64-unknown-linux-musl` | ?
205 205 `powerpc64-wrs-vxworks` | ?
206 206 `powerpc64le-unknown-linux-musl` | ?
207 +`riscv64gc-unknown-linux-musl` | RISC-V Linux (kernel 4.20, musl 1.2.0)
207 208 `riscv32gc-unknown-linux-gnu` | RISC-V Linux (kernel 5.4, glibc 2.33)
209 +`riscv32gc-unknown-linux-musl` | RISC-V Linux (kernel 5.4, musl + RISCV32 support patches)
208 210 `sparc-unknown-linux-gnu` | ✓ 32-bit SPARC Linux
209 211 `sparc64-unknown-netbsd` | ✓ NetBSD/sparc64
210 212 `sparc64-unknown-openbsd` | ?