]> sourceware.org Git - glibc.git/commitdiff
Use Linux 6.6 in build-many-glibcs.py
authorJoseph Myers <joseph@codesourcery.com>
Tue, 31 Oct 2023 13:36:51 +0000 (13:36 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 31 Oct 2023 13:36:51 +0000 (13:36 +0000)
This patch makes build-many-glibcs.py use Linux 6.6.

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

scripts/build-many-glibcs.py

index dfe10576a09d2093712049aa12037a0f35e4a2b3..c78ed242614ed33ff4a00707b007d557dbe7db3c 100755 (executable)
@@ -819,7 +819,7 @@ class Context(object):
                             'gcc': 'vcs-13',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.3.0',
-                            'linux': '6.5',
+                            'linux': '6.6',
                             'mpc': '1.3.1',
                             'mpfr': '4.2.1',
                             'mig': 'vcs-mainline',
This page took 0.044493 seconds and 5 git commands to generate.