mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-24 11:41:07 +00: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:
parent
2b68087866
commit
2dd8d4a7c0
@ -1,3 +1,8 @@
|
||||
2019-09-18 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* scripts/build-many-glibcs.py (Context.checkout): Default Linux
|
||||
version to 5.3.
|
||||
|
||||
2019-09-18 Stefan Liebler <stli@linux.ibm.com>
|
||||
|
||||
* sysdeps/s390/hp-timing.h: New file.
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user