about summary refs log tree commit diff
path: root/scripts/build-many-glibcs.py
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2021-02-22 16:11:21 +0000
committerJoseph Myers <joseph@codesourcery.com>2021-02-22 16:11:21 +0000
commit8a7b4dc6d005e2878f1afe6ba1a2bbce14f86a55 (patch)
treeb54b4bac378a91a2336c50f875bdb335500ca52f /scripts/build-many-glibcs.py
parentba230b6387fc0ccba60d2ff6759f7e326ba7bf3e (diff)
downloadglibc-8a7b4dc6d005e2878f1afe6ba1a2bbce14f86a55.tar.gz
glibc-8a7b4dc6d005e2878f1afe6ba1a2bbce14f86a55.tar.xz
glibc-8a7b4dc6d005e2878f1afe6ba1a2bbce14f86a55.zip
Use Linux 5.11 in build-many-glibcs.py.
This patch makes build-many-glibcs.py use Linux 5.11.

Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
Diffstat (limited to 'scripts/build-many-glibcs.py')
-rwxr-xr-xscripts/build-many-glibcs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 8d97320f6d..580d25e8ee 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -769,7 +769,7 @@ class Context(object):
                             'gcc': 'vcs-10',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.1',
-                            'linux': '5.10',
+                            'linux': '5.11',
                             'mpc': '1.2.1',
                             'mpfr': '4.1.0',
                             'mig': 'vcs-mainline',