Use Linux 6.1 in build-many-glibcs.py

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

Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
This commit is contained in:
Joseph Myers 2022-12-19 15:04:37 +00:00
parent a3708cf6b0
commit edd1b2a0d9

View File

@ -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',