mirror of git://sourceware.org/git/glibc.git
Use Linux 5.4 in build-many-glibcs.py.
This patch makes build-many-glibcs.py use Linux 5.4. Tested with build-many-glibcs.py (compilers and glibcs builds).
This commit is contained in:
parent
d9202f1883
commit
17832eefee
|
@ -707,7 +707,7 @@ class Context(object):
|
|||
'gcc': 'vcs-9',
|
||||
'glibc': 'vcs-mainline',
|
||||
'gmp': '6.1.2',
|
||||
'linux': '5.3',
|
||||
'linux': '5.4',
|
||||
'mpc': '1.1.0',
|
||||
'mpfr': '4.0.2',
|
||||
'mig': 'vcs-mainline',
|
||||
|
|
Loading…
Reference in New Issue