about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorAlistair Francis <alistair.francis@wdc.com>2020-09-15 07:58:33 -0700
committerAlistair Francis <alistair.francis@wdc.com>2020-09-15 07:58:33 -0700
commitcbda1546b1d2464fc7c012f9274874bc62b25e24 (patch)
treeca43f589bd5e171becfaecbd5a007a746c2ffacc /src/doc
parent82bd5a3e1da85a3c6ee099fe4a4809e7a6913e0b (diff)
downloadrust-cbda1546b1d2464fc7c012f9274874bc62b25e24.tar.gz
rust-cbda1546b1d2464fc7c012f9274874bc62b25e24.zip
doc: platform-support.md: Document port
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/rustc/src/platform-support.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc/rustc/src/platform-support.md b/src/doc/rustc/src/platform-support.md
index 794eeafbbbf..aa152bdbf8d 100644
--- a/src/doc/rustc/src/platform-support.md
+++ b/src/doc/rustc/src/platform-support.md
@@ -101,6 +101,7 @@ target | std | host | notes
 `powerpc-unknown-linux-gnu` | ✓ | ✓ | PowerPC Linux (kernel 2.6.32, glibc 2.11)
 `powerpc64-unknown-linux-gnu` | ✓ | ✓ | PPC64 Linux (kernel 2.6.32, glibc 2.11)
 `powerpc64le-unknown-linux-gnu` | ✓ | ✓ | PPC64LE Linux (kernel 3.10, glibc 2.17)
+`riscv32gc-unknown-linux-gnu` | ✓ | ✓ | RISC-V Linux (kernel 5.4, glibc 2.33)
 `riscv32i-unknown-none-elf` | * |  | Bare RISC-V (RV32I ISA)
 `riscv32imac-unknown-none-elf` | * |  | Bare RISC-V (RV32IMAC ISA)
 `riscv32imc-unknown-none-elf` | * |  | Bare RISC-V (RV32IMC ISA)