summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2021-09-07 13:08:38 +0000
committerJoseph Myers <joseph@codesourcery.com>2021-09-07 13:08:38 +0000
commit4e04a47208e1712fcf202a6d9831f0900d575225 (patch)
tree4e55dc534f81d18fe15bbfb84d2eb2b4eb5b27c9 /scripts
parentb8c6166b1b75036ab3e4127a1c0aacf52ca93651 (diff)
downloadglibc-4e04a47208e1712fcf202a6d9831f0900d575225.tar.gz
glibc-4e04a47208e1712fcf202a6d9831f0900d575225.tar.xz
glibc-4e04a47208e1712fcf202a6d9831f0900d575225.zip
Use Linux 5.14 in build-many-glibcs.py
This patch makes build-many-glibcs.py use Linux 5.14.

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 0322ed19a8..54bef43429 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -782,7 +782,7 @@ class Context(object):
                             'gcc': 'vcs-11',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.1',
-                            'linux': '5.13',
+                            'linux': '5.14',
                             'mpc': '1.2.1',
                             'mpfr': '4.1.0',
                             'mig': 'vcs-mainline',