From a59cd1328a0283ac1091548d7a496afda40f9542 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 11 Jan 2022 15:38:06 +0000 Subject: [PATCH] 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). --- scripts/build-many-glibcs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 07a3705f39..f0d0b1d6ec 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -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',