mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
Use Linux 5.15 in build-many-glibcs.py
This patch makes build-many-glibcs.py use Linux 5.15. Tested with build-many-glibcs.py (host-libraries, compilers and glibcs builds).
This commit is contained in:
parent
f64f4ce069
commit
db432f033d
@ -784,7 +784,7 @@ class Context(object):
|
|||||||
'gcc': 'vcs-11',
|
'gcc': 'vcs-11',
|
||||||
'glibc': 'vcs-mainline',
|
'glibc': 'vcs-mainline',
|
||||||
'gmp': '6.2.1',
|
'gmp': '6.2.1',
|
||||||
'linux': '5.14',
|
'linux': '5.15',
|
||||||
'mpc': '1.2.1',
|
'mpc': '1.2.1',
|
||||||
'mpfr': '4.1.0',
|
'mpfr': '4.1.0',
|
||||||
'mig': 'vcs-mainline',
|
'mig': 'vcs-mainline',
|
||||||
|
Loading…
Reference in New Issue
Block a user