Skip to content

Commit 597118b

Browse files
committed
add s390x-unknown-linux-musl target to platform support
1 parent 48b5c09 commit 597118b

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
@@ -207,6 +207,7 @@ target | std | host | notes
207207
`riscv64gc-unknown-linux-musl` | | | RISC-V Linux (kernel 4.20, musl 1.2.0)
208208
`riscv32gc-unknown-linux-gnu` | | | RISC-V Linux (kernel 5.4, glibc 2.33)
209209
`riscv32gc-unknown-linux-musl` | | | RISC-V Linux (kernel 5.4, musl + RISCV32 support patches)
210+
`s390x-unknown-linux-musl` | ✓ | ✓ | S390x Linux (kernel 2.6.32, MUSL)
210211
`sparc-unknown-linux-gnu` | ✓ | | 32-bit SPARC Linux
211212
`sparc64-unknown-netbsd` | ✓ | ✓ | NetBSD/sparc64
212213
`sparc64-unknown-openbsd` | ? | |

0 commit comments

Comments
 (0)