]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use Linux 6.5 in build-many-glibcs.py
authorJoseph Myers <joseph@codesourcery.com>
Fri, 8 Sep 2023 20:04:42 +0000 (20:04 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 8 Sep 2023 20:04:42 +0000 (20:04 +0000)
This patch makes build-many-glibcs.py use Linux 6.5.

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

scripts/build-many-glibcs.py

index 3082522140fd9babd8ca6ba6f389744a118f673c..57a5c48b162b27f022192b888aba105881d48010 100755 (executable)
@@ -804,7 +804,7 @@ class Context(object):
                             'gcc': 'vcs-13',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.3.0',
-                            'linux': '6.4',
+                            'linux': '6.5',
                             'mpc': '1.3.1',
                             'mpfr': '4.2.1',
                             'mig': 'vcs-mainline',