diff options
| author | Alistair Francis <alistair.francis@wdc.com> | 2020-09-15 08:13:01 -0700 |
|---|---|---|
| committer | Alistair Francis <alistair.francis@wdc.com> | 2020-09-15 08:13:01 -0700 |
| commit | e968f86f7162304e9a59bd89bd0fe40e8db1ac6d (patch) | |
| tree | 8478dc225a55e2642e75eb415b19a3318693b8fb | |
| parent | cbda1546b1d2464fc7c012f9274874bc62b25e24 (diff) | |
| download | rust-e968f86f7162304e9a59bd89bd0fe40e8db1ac6d.tar.gz rust-e968f86f7162304e9a59bd89bd0fe40e8db1ac6d.zip | |
doc: platform-support.md: Move to tier 3
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
| -rw-r--r-- | src/doc/rustc/src/platform-support.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/platform-support.md b/src/doc/rustc/src/platform-support.md index aa152bdbf8d..da27d2fbf99 100644 --- a/src/doc/rustc/src/platform-support.md +++ b/src/doc/rustc/src/platform-support.md @@ -101,7 +101,6 @@ 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) @@ -196,6 +195,7 @@ target | std | host | notes `powerpc64-unknown-linux-musl` | ? | | `powerpc64-wrs-vxworks` | ? | | `powerpc64le-unknown-linux-musl` | ? | | +`riscv32gc-unknown-linux-gnu` | | | RISC-V Linux (kernel 5.4, glibc 2.33) `sparc-unknown-linux-gnu` | ✓ | | 32-bit SPARC Linux `sparc64-unknown-netbsd` | ✓ | ✓ | NetBSD/sparc64 `sparc64-unknown-openbsd` | ? | | |
