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:
Joseph Myers 2019-09-18 15:13:33 +00:00
parent 2b68087866
commit 2dd8d4a7c0
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View 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',