mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
Use Linux 5.1 in build-many-glibcs.py.
* scripts/build-many-glibcs.py (Context.checkout): Default Linux version to 5.1.
This commit is contained in:
parent
c4a392cfd1
commit
c2b11710fb
@ -1,5 +1,8 @@
|
||||
2019-05-07 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* scripts/build-many-glibcs.py (Context.checkout): Default Linux
|
||||
version to 5.1.
|
||||
|
||||
* scripts/build-many-glibcs.py (Context.checkout): Default GCC
|
||||
version to 9 branch.
|
||||
|
||||
|
@ -714,7 +714,7 @@ class Context(object):
|
||||
'gcc': 'vcs-9',
|
||||
'glibc': 'vcs-mainline',
|
||||
'gmp': '6.1.2',
|
||||
'linux': '5.0',
|
||||
'linux': '5.1',
|
||||
'mpc': '1.1.0',
|
||||
'mpfr': '4.0.2',
|
||||
'mig': 'vcs-mainline',
|
||||
|
Loading…
Reference in New Issue
Block a user