From aaa208502c97707119aea9e03a988bec26ad7817 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 27 Jun 2023 13:49:38 +0000 Subject: Use Linux 6.4 in build-many-glibcs.py This patch makes build-many-glibcs.py use Linux 6.4. 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(-) (limited to 'scripts') diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 95726c4a29..e022abe284 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -798,7 +798,7 @@ class Context(object): 'gcc': 'vcs-13', 'glibc': 'vcs-mainline', 'gmp': '6.2.1', - 'linux': '6.3', + 'linux': '6.4', 'mpc': '1.3.1', 'mpfr': '4.2.0', 'mig': 'vcs-mainline', -- cgit 1.4.1