summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2022-01-11 15:38:06 +0000
committerJoseph Myers <joseph@codesourcery.com>2022-01-11 15:38:06 +0000
commita59cd1328a0283ac1091548d7a496afda40f9542 (patch)
treea8656681ea1608c868e402d93ffd832a30c1bbdf /scripts
parent7e08db3359c86c94918feb33a1182cd0ff3bb10b (diff)
downloadglibc-a59cd1328a0283ac1091548d7a496afda40f9542.tar.gz
glibc-a59cd1328a0283ac1091548d7a496afda40f9542.tar.xz
glibc-a59cd1328a0283ac1091548d7a496afda40f9542.zip
Use Linux 5.16 in build-many-glibcs.py
This patch makes build-many-glibcs.py use Linux 5.16.

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 07a3705f39..f0d0b1d6ec 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.15',
+                            'linux': '5.16',
                             'mpc': '1.2.1',
                             'mpfr': '4.1.0',
                             'mig': 'vcs-mainline',