mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
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:
@ -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',
|
||||
|
Reference in New Issue
Block a user