From: Joseph Myers Date: Tue, 27 Jun 2023 13:49:38 +0000 (+0000) Subject: Use Linux 6.4 in build-many-glibcs.py X-Git-Tag: glibc-2.38~104 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aaa208502c97707119aea9e03a988bec26ad7817;p=thirdparty%2Fglibc.git 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). --- diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 95726c4a29e..e022abe284c 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',