]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use Linux 6.2 in build-many-glibcs.py
authorJoseph Myers <joseph@codesourcery.com>
Wed, 22 Feb 2023 21:37:03 +0000 (21:37 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 22 Feb 2023 21:37:03 +0000 (21:37 +0000)
This patch makes build-many-glibcs.py use Linux 6.2.

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

scripts/build-many-glibcs.py

index bd212dbc82c7b0b387f8053ea010aff26fde45a4..29c10c2916498be4dc29cf2dd7ea0aa9e8def254 100755 (executable)
@@ -797,7 +797,7 @@ class Context(object):
                             'gcc': 'vcs-12',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.1',
-                            'linux': '6.1',
+                            'linux': '6.2',
                             'mpc': '1.3.1',
                             'mpfr': '4.2.0',
                             'mig': 'vcs-mainline',