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

Use Linux 5.19 in build-many-glibcs.py

This patch makes build-many-glibcs.py use Linux 5.19.

Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
This commit is contained in:
Joseph Myers
2022-08-02 14:09:24 +00:00
parent 9c443ac455
commit a3393b3380

View File

@ -793,7 +793,7 @@ class Context(object):
'gcc': 'vcs-12',
'glibc': 'vcs-mainline',
'gmp': '6.2.1',
'linux': '5.18',
'linux': '5.19',
'mpc': '1.2.1',
'mpfr': '4.1.0',
'mig': 'vcs-mainline',