mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 14:50:05 +00:00
build-many-glibcs.py: Use Linux 5.2 by default
This commit is contained in:
parent
7854ebf8ed
commit
82c664ed75
@ -1,3 +1,8 @@
|
||||
2019-07-24 Florian Weimer <fweimer@redhat.com>
|
||||
|
||||
* scripts/build-many-glibcs.py (Context.checkout): Default to
|
||||
Linux 5.2.
|
||||
|
||||
2019-07-24 Florian Weimer <fweimer@redhat.com>
|
||||
|
||||
[BZ #24532]
|
||||
|
@ -707,7 +707,7 @@ class Context(object):
|
||||
'gcc': 'vcs-9',
|
||||
'glibc': 'vcs-mainline',
|
||||
'gmp': '6.1.2',
|
||||
'linux': '5.0',
|
||||
'linux': '5.2',
|
||||
'mpc': '1.1.0',
|
||||
'mpfr': '4.0.2',
|
||||
'mig': 'vcs-mainline',
|
||||
|
Loading…
Reference in New Issue
Block a user