Use Linux 6.1 in build-many-glibcs.py

Joseph Myers joseph@codesourcery.com
Mon Dec 12 23:11:51 GMT 2022


This patch makes build-many-glibcs.py use Linux 6.1.

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

diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 9292a0d3ff..c7cb18f78c 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -797,7 +797,7 @@ class Context(object):
                             'gcc': 'vcs-12',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.1',
-                            'linux': '6.0',
+                            'linux': '6.1',
                             'mpc': '1.2.1',
                             'mpfr': '4.1.0',
                             'mig': 'vcs-mainline',

-- 
Joseph S. Myers
joseph@codesourcery.com


More information about the Libc-alpha mailing list