Skip to content

Commit bcffb9f

Browse files
authored
Downgrade glibc to 2.11 for ppc, ppc64 and s390x (#408)
1 parent 158a32c commit bcffb9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/release/platform-support.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,16 @@ target | std | rustc | cargo | notes
8383
`mipsel-unknown-linux-gnu` | ✓ | ✓ | ✓ | MIPS (LE) Linux (kernel 4.4, glibc 2.23)
8484
`mipsel-unknown-linux-musl` | ✓ | | | MIPS (LE) Linux with MUSL
8585
`nvptx64-nvidia-cuda` | ✓ | | | --emit=asm generates PTX code that [runs on NVIDIA GPUs]
86-
`powerpc-unknown-linux-gnu` | ✓ | ✓ | ✓ | PowerPC Linux (kernel 2.6.32, glibc 2.12)
87-
`powerpc64-unknown-linux-gnu` | ✓ | ✓ | ✓ | PPC64 Linux (kernel 2.6.32, glibc 2.12)
86+
`powerpc-unknown-linux-gnu` | ✓ | ✓ | ✓ | PowerPC Linux (kernel 2.6.32, glibc 2.11)
87+
`powerpc64-unknown-linux-gnu` | ✓ | ✓ | ✓ | PPC64 Linux (kernel 2.6.32, glibc 2.11)
8888
`powerpc64le-unknown-linux-gnu` | ✓ | ✓ | ✓ | PPC64LE Linux (kernel 3.10, glibc 2.17)
8989
`riscv32i-unknown-none-elf` | * | | | Bare RISC-V (RV32I ISA)
9090
`riscv32imac-unknown-none-elf` | * | | | Bare RISC-V (RV32IMAC ISA)
9191
`riscv32imc-unknown-none-elf` | * | | | Bare RISC-V (RV32IMC ISA)
9292
`riscv64gc-unknown-linux-gnu` | ✓ | ✓ | ✓ | RISC-V Linux (kernel 4.20, glibc 2.29)
9393
`riscv64gc-unknown-none-elf` | * | | | Bare RISC-V (RV64IMAFDC ISA)
9494
`riscv64imac-unknown-none-elf` | * | | | Bare RISC-V (RV64IMAC ISA)
95-
`s390x-unknown-linux-gnu` | ✓ | ✓ | ✓ | S390x Linux (kernel 2.6.32, glibc 2.12)
95+
`s390x-unknown-linux-gnu` | ✓ | ✓ | ✓ | S390x Linux (kernel 2.6.32, glibc 2.11)
9696
`sparc64-unknown-linux-gnu` | ✓ | | | SPARC Linux (kernel 4.4, glibc 2.23)
9797
`sparcv9-sun-solaris` | ✓ | | | SPARC Solaris 10/11, illumos
9898
`thumbv6m-none-eabi` | * | | | Bare Cortex-M0, M0+, M1

0 commit comments

Comments
 (0)