Use Linux 5.16 in build-many-glibcs.py

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

Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
This commit is contained in:
Joseph Myers 2022-01-11 15:38:06 +00:00
parent 7e08db3359
commit a59cd1328a

View File

@ -789,7 +789,7 @@ class Context(object):
'gcc': 'vcs-11',
'glibc': 'vcs-mainline',
'gmp': '6.2.1',
'linux': '5.15',
'linux': '5.16',
'mpc': '1.2.1',
'mpfr': '4.1.0',
'mig': 'vcs-mainline',