1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

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', 'gcc': 'vcs-12',
'glibc': 'vcs-mainline', 'glibc': 'vcs-mainline',
'gmp': '6.2.1', 'gmp': '6.2.1',
'linux': '5.19', 'linux': '6.0',
'mpc': '1.2.1', 'mpc': '1.2.1',
'mpfr': '4.1.0', 'mpfr': '4.1.0',
'mig': 'vcs-mainline', 'mig': 'vcs-mainline',