Use Linux 6.0 in build-many-glibcs.py

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

Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
This commit is contained in:
Joseph Myers 2022-10-04 13:57:19 +00:00
parent 7e8283170c
commit 1f3f0060a1

View File

@ -797,7 +797,7 @@ class Context(object):
'gcc': 'vcs-12',
'glibc': 'vcs-mainline',
'gmp': '6.2.1',
'linux': '5.19',
'linux': '6.0',
'mpc': '1.2.1',
'mpfr': '4.1.0',
'mig': 'vcs-mainline',