From: Adhemerval Zanella Date: Tue, 8 Oct 2024 18:45:23 +0000 (-0300) Subject: Use Linux 6.11 in build-many-glibcs.py X-Git-Tag: glibc-2.41~593 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d17e5d5f6e636fceb16065d081eb3398a346e8ab;p=thirdparty%2Fglibc.git Use Linux 6.11 in build-many-glibcs.py Tested with build-many-glibcs.py (host-libraries, compilers and glibcs builds). Reviewed-by: H.J. Lu --- diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 5ee45011a1..f81e6d9aaa 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -831,7 +831,7 @@ class Context(object): 'gcc': 'vcs-13', 'glibc': 'vcs-mainline', 'gmp': '6.3.0', - 'linux': '6.10', + 'linux': '6.11', 'mpc': '1.3.1', 'mpfr': '4.2.1', 'mig': 'vcs-mainline',