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

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

Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
This commit is contained in:
Joseph Myers 2020-12-15 23:36:41 +00:00
parent 4d0985543f
commit 1f3cb8d600

View file

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