mirror of
https://sourceware.org/git/glibc.git
synced 2025-06-29 22:21:48 +03:00
Use Linux 5.11 in build-many-glibcs.py.
This patch makes build-many-glibcs.py use Linux 5.11. Tested with build-many-glibcs.py (host-libraries, compilers and glibcs builds).
This commit is contained in:
@ -769,7 +769,7 @@ class Context(object):
|
||||
'gcc': 'vcs-10',
|
||||
'glibc': 'vcs-mainline',
|
||||
'gmp': '6.2.1',
|
||||
'linux': '5.10',
|
||||
'linux': '5.11',
|
||||
'mpc': '1.2.1',
|
||||
'mpfr': '4.1.0',
|
||||
'mig': 'vcs-mainline',
|
||||
|
Reference in New Issue
Block a user