summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2021-06-30 13:29:08 +0000
committerJoseph Myers <joseph@codesourcery.com>2021-06-30 13:29:08 +0000
commit38f58041baff897e595a957ddb04ecb4c83ab322 (patch)
treed1e164d614594ed51df5c5d5a8af0fbe32c55ab9 /scripts
parent734c60ebb607086ad6d67b2544d6b7baba72a652 (diff)
downloadglibc-38f58041baff897e595a957ddb04ecb4c83ab322.tar.gz
glibc-38f58041baff897e595a957ddb04ecb4c83ab322.tar.xz
glibc-38f58041baff897e595a957ddb04ecb4c83ab322.zip
Use Linux 5.13 in build-many-glibcs.py
This patch makes build-many-glibcs.py use Linux 5.13.

Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
Diffstat (limited to 'scripts')
-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 41639f26f7..243323b1ce 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -769,7 +769,7 @@ class Context(object):
                             'gcc': 'vcs-11',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.1',
-                            'linux': '5.12',
+                            'linux': '5.13',
                             'mpc': '1.2.1',
                             'mpfr': '4.1.0',
                             'mig': 'vcs-mainline',