summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2021-11-02 16:54:59 +0000
committerJoseph Myers <joseph@codesourcery.com>2021-11-02 16:54:59 +0000
commitdb432f033d7714c5885838dae7d7fb3bdaa5a850 (patch)
treefb40177680065b00debf5de89209d61901d264ef /scripts
parentf64f4ce069300f33e26b025ebb0233d5ca3957a5 (diff)
downloadglibc-db432f033d7714c5885838dae7d7fb3bdaa5a850.tar.gz
glibc-db432f033d7714c5885838dae7d7fb3bdaa5a850.tar.xz
glibc-db432f033d7714c5885838dae7d7fb3bdaa5a850.zip
Use Linux 5.15 in build-many-glibcs.py
This patch makes build-many-glibcs.py use Linux 5.15.

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 6046048b75..30b8abdc58 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -784,7 +784,7 @@ class Context(object):
                             'gcc': 'vcs-11',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.1',
-                            'linux': '5.14',
+                            'linux': '5.15',
                             'mpc': '1.2.1',
                             'mpfr': '4.1.0',
                             'mig': 'vcs-mainline',