We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82bd5a3 commit cbda154Copy full SHA for cbda154
src/doc/rustc/src/platform-support.md
@@ -101,6 +101,7 @@ target | std | host | notes
101
`powerpc-unknown-linux-gnu` | ✓ | ✓ | PowerPC Linux (kernel 2.6.32, glibc 2.11)
102
`powerpc64-unknown-linux-gnu` | ✓ | ✓ | PPC64 Linux (kernel 2.6.32, glibc 2.11)
103
`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)
105
`riscv32i-unknown-none-elf` | * | | Bare RISC-V (RV32I ISA)
106
`riscv32imac-unknown-none-elf` | * | | Bare RISC-V (RV32IMAC ISA)
107
`riscv32imc-unknown-none-elf` | * | | Bare RISC-V (RV32IMC ISA)
0 commit comments