1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-01 09:41:45 +03:00

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

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

Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
This commit is contained in:
Joseph Myers
2020-06-10 22:53:55 +00:00
parent 62d97c3432
commit c477beb2cc

View File

@ -750,7 +750,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.6', 'linux': '5.7',
'mpc': '1.1.0', 'mpc': '1.1.0',
'mpfr': '4.0.2', 'mpfr': '4.0.2',
'mig': 'vcs-mainline', 'mig': 'vcs-mainline',