mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
Use Linux 4.17 in build-many-glibcs.py.
* scripts/build-many-glibcs.py (Context.checkout): Default Linux version to 4.17
This commit is contained in:
parent
d2d9dfb663
commit
ab3a0da0b5
@ -1,3 +1,8 @@
|
||||
2018-06-04 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* scripts/build-many-glibcs.py (Context.checkout): Default Linux
|
||||
version to 4.17
|
||||
|
||||
2018-06-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
|
||||
|
||||
* bits/shm.h (struct shmid_ds): Make shm_segsz field size_t instead of
|
||||
|
@ -709,7 +709,7 @@ class Context(object):
|
||||
'gcc': 'vcs-8',
|
||||
'glibc': 'vcs-mainline',
|
||||
'gmp': '6.1.2',
|
||||
'linux': '4.16',
|
||||
'linux': '4.17',
|
||||
'mpc': '1.1.0',
|
||||
'mpfr': '4.0.1',
|
||||
'mig': 'vcs-mainline',
|
||||
|
Loading…
Reference in New Issue
Block a user