about summary refs log tree commit diff
path: root/scripts/build-many-glibcs.py
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2022-05-24 13:51:24 +0000
committerJoseph Myers <joseph@codesourcery.com>2022-05-24 13:51:24 +0000
commit31ec88399082fbe4a68c7778d79c81554234df9d (patch)
treeb1196e11ebe5e910fa88c5792e6cf7836785911a /scripts/build-many-glibcs.py
parentfe8ca369ad2eb8a4a5d572c6c48f38dd99ff3c01 (diff)
downloadglibc-31ec88399082fbe4a68c7778d79c81554234df9d.tar.gz
glibc-31ec88399082fbe4a68c7778d79c81554234df9d.tar.xz
glibc-31ec88399082fbe4a68c7778d79c81554234df9d.zip
Use Linux 5.18 in build-many-glibcs.py
This patch makes build-many-glibcs.py use Linux 5.18.

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 1fd616d4c0..35b82752fa 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -789,7 +789,7 @@ class Context(object):
                             'gcc': 'vcs-11',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.1',
-                            'linux': '5.17',
+                            'linux': '5.18',
                             'mpc': '1.2.1',
                             'mpfr': '4.1.0',
                             'mig': 'vcs-mainline',