about 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
committerFlorian Weimer <fweimer@redhat.com>2021-09-15 14:34:33 +0200
commit007d699d0e0d0957eead78ad252ad592656284de (patch)
tree76d7125df3ca77c11704711abf42108e0a7e291b /scripts
parentae925404a10bf0ea63d6e8d41e3821f68b4d776c (diff)
downloadglibc-007d699d0e0d0957eead78ad252ad592656284de.tar.gz
glibc-007d699d0e0d0957eead78ad252ad592656284de.tar.xz
glibc-007d699d0e0d0957eead78ad252ad592656284de.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).

(cherry picked from commit 4e04a47208e1712fcf202a6d9831f0900d575225)
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 5a77af90a6..86537fa800 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',