about summary refs log tree commit diff
path: root/src/doc/rustc
diff options
context:
space:
mode:
authorJosh Stone <cuviper@gmail.com>2022-03-30 14:55:44 -0700
committerJosh Stone <jistone@redhat.com>2022-08-03 20:34:58 -0700
commit68df40e7f0083012522c80e51a4eefae84f67f65 (patch)
tree705425d3e6f75f43889e7fa6ee35b4a7d7676e56 /src/doc/rustc
parent491bdcbe9fdf9342a803f67679e631bff8bbb5f2 (diff)
downloadrust-68df40e7f0083012522c80e51a4eefae84f67f65.tar.gz
rust-68df40e7f0083012522c80e51a4eefae84f67f65.zip
doc: s390x also requires glibc 2.17
Co-authored-by: Jubilee <46493976+workingjubilee@users.noreply.github.com>
Diffstat (limited to 'src/doc/rustc')
-rw-r--r--src/doc/rustc/src/platform-support.md2
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 c211f344de4..01489e9aafb 100644
--- a/src/doc/rustc/src/platform-support.md
+++ b/src/doc/rustc/src/platform-support.md
@@ -94,7 +94,7 @@ target | notes
 `powerpc64-unknown-linux-gnu` | PPC64 Linux (kernel 3.2, glibc 2.17)
 `powerpc64le-unknown-linux-gnu` | PPC64LE Linux (kernel 3.10, glibc 2.17)
 `riscv64gc-unknown-linux-gnu` | RISC-V Linux (kernel 4.20, glibc 2.29)
-`s390x-unknown-linux-gnu` | S390x Linux (kernel 3.2, glibc 2.11)
+`s390x-unknown-linux-gnu` | S390x Linux (kernel 3.2, glibc 2.17)
 `x86_64-unknown-freebsd` | 64-bit FreeBSD
 `x86_64-unknown-illumos` | illumos
 `x86_64-unknown-linux-musl` | 64-bit Linux with MUSL