1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

build-many-glibcs.py: Use Linux 5.2 by default

This commit is contained in:
Florian Weimer
2019-07-24 10:59:45 +02:00
parent 7854ebf8ed
commit 82c664ed75
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.0',
'linux': '5.2',
'mpc': '1.1.0',
'mpfr': '4.0.2',
'mig': 'vcs-mainline',