Use Linux 5.16 in build-many-glibcs.py
authorJoseph Myers <joseph@codesourcery.com>
Tue, 11 Jan 2022 15:38:06 +0000 (15:38 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 11 Jan 2022 15:38:06 +0000 (15:38 +0000)
This patch makes build-many-glibcs.py use Linux 5.16.

Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).

scripts/build-many-glibcs.py

index 07a3705..f0d0b1d 100755 (executable)
@@ -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',