Use Linux 6.1 in build-many-glibcs.py
authorJoseph Myers <joseph@codesourcery.com>
Mon, 19 Dec 2022 15:04:37 +0000 (15:04 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 19 Dec 2022 15:04:37 +0000 (15:04 +0000)
This patch makes build-many-glibcs.py use Linux 6.1.

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

scripts/build-many-glibcs.py

index 9292a0d..c7cb18f 100755 (executable)
@@ -797,7 +797,7 @@ class Context(object):
                             'gcc': 'vcs-12',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.1',
-                            'linux': '6.0',
+                            'linux': '6.1',
                             'mpc': '1.2.1',
                             'mpfr': '4.1.0',
                             'mig': 'vcs-mainline',