mirror of
https://sourceware.org/git/glibc.git
synced 2025-06-15 06:41:47 +03:00
Use Linux 5.3 in build-many-glibcs.py.
This patch makes build-many-glibcs.py use Linux 5.3. Tested with build-many-glibcs.py (host-libraries, compilers and glibcs builds). * scripts/build-many-glibcs.py (Context.checkout): Default Linux version to 5.3.
This commit is contained in:
@ -707,7 +707,7 @@ class Context(object):
|
||||
'gcc': 'vcs-9',
|
||||
'glibc': 'vcs-mainline',
|
||||
'gmp': '6.1.2',
|
||||
'linux': '5.2',
|
||||
'linux': '5.3',
|
||||
'mpc': '1.1.0',
|
||||
'mpfr': '4.0.2',
|
||||
'mig': 'vcs-mainline',
|
||||
|
Reference in New Issue
Block a user