1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-06-29 22:21:48 +03:00

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', 'gcc': 'vcs-10',
'glibc': 'vcs-mainline', 'glibc': 'vcs-mainline',
'gmp': '6.2.0', 'gmp': '6.2.0',
'linux': '5.7', 'linux': '5.8',
'mpc': '1.1.0', 'mpc': '1.1.0',
'mpfr': '4.1.0', 'mpfr': '4.1.0',
'mig': 'vcs-mainline', 'mig': 'vcs-mainline',