Use Linux 5.11 in build-many-glibcs.py.

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

Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
This commit is contained in:
Joseph Myers 2021-02-22 16:11:21 +00:00
parent ba230b6387
commit 8a7b4dc6d0

View File

@ -769,7 +769,7 @@ class Context(object):
'gcc': 'vcs-10',
'glibc': 'vcs-mainline',
'gmp': '6.2.1',
'linux': '5.10',
'linux': '5.11',
'mpc': '1.2.1',
'mpfr': '4.1.0',
'mig': 'vcs-mainline',