]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use Linux 6.4 in build-many-glibcs.py
authorJoseph Myers <joseph@codesourcery.com>
Tue, 27 Jun 2023 13:49:38 +0000 (13:49 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 27 Jun 2023 13:49:38 +0000 (13:49 +0000)
This patch makes build-many-glibcs.py use Linux 6.4.

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

scripts/build-many-glibcs.py

index 95726c4a29ea937345edd18c5236ec64800d9fee..e022abe284cb2d5537e2864ae3631b517ef086b5 100755 (executable)
@@ -798,7 +798,7 @@ class Context(object):
                             'gcc': 'vcs-13',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.1',
-                            'linux': '6.3',
+                            'linux': '6.4',
                             'mpc': '1.3.1',
                             'mpfr': '4.2.0',
                             'mig': 'vcs-mainline',