mirror of git://sourceware.org/git/glibc.git
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:
parent
62d97c3432
commit
c477beb2cc
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue