Skip to content

Commit cbda154

Browse files
committed
doc: platform-support.md: Document port
Signed-off-by: Alistair Francis <[email protected]>
1 parent 82bd5a3 commit cbda154

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ target | std | host | notes
101101
`powerpc-unknown-linux-gnu` | ✓ | ✓ | PowerPC Linux (kernel 2.6.32, glibc 2.11)
102102
`powerpc64-unknown-linux-gnu` | ✓ | ✓ | PPC64 Linux (kernel 2.6.32, glibc 2.11)
103103
`powerpc64le-unknown-linux-gnu` | ✓ | ✓ | PPC64LE Linux (kernel 3.10, glibc 2.17)
104+
`riscv32gc-unknown-linux-gnu` | ✓ | ✓ | RISC-V Linux (kernel 5.4, glibc 2.33)
104105
`riscv32i-unknown-none-elf` | * | | Bare RISC-V (RV32I ISA)
105106
`riscv32imac-unknown-none-elf` | * | | Bare RISC-V (RV32IMAC ISA)
106107
`riscv32imc-unknown-none-elf` | * | | Bare RISC-V (RV32IMC ISA)

0 commit comments

Comments
 (0)