Add riscv32 and riscv64 musl to supported platform targets

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2021-02-16 16:44:39 -08:00
parent f049e27354
commit 8b38a5020f

View File

@ -204,7 +204,9 @@ target | std | host | notes
`powerpc64-unknown-linux-musl` | ? | | `powerpc64-unknown-linux-musl` | ? | |
`powerpc64-wrs-vxworks` | ? | | `powerpc64-wrs-vxworks` | ? | |
`powerpc64le-unknown-linux-musl` | ? | | `powerpc64le-unknown-linux-musl` | ? | |
`riscv64gc-unknown-linux-musl` | | | RISC-V Linux (kernel 4.20, musl 1.2.0)
`riscv32gc-unknown-linux-gnu` | | | RISC-V Linux (kernel 5.4, glibc 2.33) `riscv32gc-unknown-linux-gnu` | | | RISC-V Linux (kernel 5.4, glibc 2.33)
`riscv32gc-unknown-linux-musl` | | | RISC-V Linux (kernel 5.4, musl + RISCV32 support patches)
`sparc-unknown-linux-gnu` | ✓ | | 32-bit SPARC Linux `sparc-unknown-linux-gnu` | ✓ | | 32-bit SPARC Linux
`sparc64-unknown-netbsd` | ✓ | ✓ | NetBSD/sparc64 `sparc64-unknown-netbsd` | ✓ | ✓ | NetBSD/sparc64
`sparc64-unknown-openbsd` | ? | | `sparc64-unknown-openbsd` | ? | |