Skip to content

Commit 8b38a50

Browse files
committed
Add riscv32 and riscv64 musl to supported platform targets
Signed-off-by: Khem Raj <[email protected]>
1 parent f049e27 commit 8b38a50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/doc/rustc/src/platform-support.md

+2
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,9 @@ target | std | host | notes
204204
`powerpc64-unknown-linux-musl` | ? | |
205205
`powerpc64-wrs-vxworks` | ? | |
206206
`powerpc64le-unknown-linux-musl` | ? | |
207+
`riscv64gc-unknown-linux-musl` | | | RISC-V Linux (kernel 4.20, musl 1.2.0)
207208
`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)
208210
`sparc-unknown-linux-gnu` | ✓ | | 32-bit SPARC Linux
209211
`sparc64-unknown-netbsd` | ✓ | ✓ | NetBSD/sparc64
210212
`sparc64-unknown-openbsd` | ? | |

0 commit comments

Comments
 (0)