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

Use Linux 5.13 in build-many-glibcs.py

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

Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
This commit is contained in:
Joseph Myers
2021-06-30 13:29:08 +00:00
parent 734c60ebb6
commit 38f58041ba

View File

@ -769,7 +769,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.12', 'linux': '5.13',
'mpc': '1.2.1', 'mpc': '1.2.1',
'mpfr': '4.1.0', 'mpfr': '4.1.0',
'mig': 'vcs-mainline', 'mig': 'vcs-mainline',