1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-06-15 06:41:47 +03: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:
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

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