1
0
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:
Joseph Myers
2019-11-26 01:46:32 +00:00
parent d9202f1883
commit 17832eefee

View File

@ -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',