]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use Linux 6.0 in build-many-glibcs.py
authorJoseph Myers <joseph@codesourcery.com>
Tue, 4 Oct 2022 13:57:19 +0000 (13:57 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 4 Oct 2022 13:57:19 +0000 (13:57 +0000)
This patch makes build-many-glibcs.py use Linux 6.0.

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

scripts/build-many-glibcs.py

index 5d47c3b200cdadb7767ed81540c902b8a11b47eb..5af6f369ae04027911b3407c64716dd1571eae6a 100755 (executable)
@@ -797,7 +797,7 @@ class Context(object):
                             'gcc': 'vcs-12',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.1',
-                            'linux': '5.19',
+                            'linux': '6.0',
                             'mpc': '1.2.1',
                             'mpfr': '4.1.0',
                             'mig': 'vcs-mainline',