diff options
| author | Ariadne Conill <ariadne@dereferenced.org> | 2021-02-19 01:12:53 +0000 |
|---|---|---|
| committer | Ariadne Conill <ariadne@dereferenced.org> | 2021-02-19 03:16:34 +0000 |
| commit | 62ee3ec7ba17fe705ba21f25c1a28ce751efc1b7 (patch) | |
| tree | af0e80fb24effe830a15080343ea24126fad101a /src/doc/rustc | |
| parent | 597118baa86f0e799065f2043a8a467238660f33 (diff) | |
| download | rust-62ee3ec7ba17fe705ba21f25c1a28ce751efc1b7.tar.gz rust-62ee3ec7ba17fe705ba21f25c1a28ce751efc1b7.zip | |
remove checkboxes from s390x-unknown-linux-musl triplet
Diffstat (limited to 'src/doc/rustc')
| -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 9e927067bf0..6335709dc48 100644 --- a/src/doc/rustc/src/platform-support.md +++ b/src/doc/rustc/src/platform-support.md @@ -207,7 +207,7 @@ target | std | host | notes `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-musl` | | | RISC-V Linux (kernel 5.4, musl + RISCV32 support patches) -`s390x-unknown-linux-musl` | ✓ | ✓ | S390x Linux (kernel 2.6.32, MUSL) +`s390x-unknown-linux-musl` | | | S390x Linux (kernel 2.6.32, MUSL) `sparc-unknown-linux-gnu` | ✓ | | 32-bit SPARC Linux `sparc64-unknown-netbsd` | ✓ | ✓ | NetBSD/sparc64 `sparc64-unknown-openbsd` | ? | | |
