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

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

Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
This commit is contained in:
Joseph Myers 2020-08-07 14:38:12 +00:00
parent ac54c335e9
commit 42a00a0fb4

View File

@ -751,7 +751,7 @@ class Context(object):
'gcc': 'vcs-10',
'glibc': 'vcs-mainline',
'gmp': '6.2.0',
'linux': '5.7',
'linux': '5.8',
'mpc': '1.1.0',
'mpfr': '4.1.0',
'mig': 'vcs-mainline',