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-03-22 18:01:16 +0000
committerJoseph Myers <joseph@codesourcery.com>2022-03-22 18:01:16 +0000
commitf7fbb99652eceb1b6b55e4be931649df5946497c (patch)
tree2f24947ae134a031461f035780424e300703236b /scripts/build-many-glibcs.py
parent05dec22d7be722987ff07aebf9690f6078b3c4e9 (diff)
downloadglibc-f7fbb99652eceb1b6b55e4be931649df5946497c.tar.gz
glibc-f7fbb99652eceb1b6b55e4be931649df5946497c.tar.xz
glibc-f7fbb99652eceb1b6b55e4be931649df5946497c.zip
Use Linux 5.17 in build-many-glibcs.py
This patch makes build-many-glibcs.py use Linux 5.17.

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 edaac2d8f5..1fd616d4c0 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.16',
+                            'linux': '5.17',
                             'mpc': '1.2.1',
                             'mpfr': '4.1.0',
                             'mig': 'vcs-mainline',