From: Joseph Myers Date: Thu, 16 May 2024 10:49:30 +0000 (+0000) Subject: Use Linux 6.9 in build-many-glibcs.py X-Git-Tag: glibc-2.40~209 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=a743fd95bb895001584b018033418b84b451e67e;p=glibc.git Use Linux 6.9 in build-many-glibcs.py This patch makes build-many-glibcs.py use Linux 6.9. 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 38eb9f2dd2..b4e7f953ef 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -834,7 +834,7 @@ class Context(object): 'gcc': 'vcs-13', 'glibc': 'vcs-mainline', 'gmp': '6.3.0', - 'linux': '6.8', + 'linux': '6.9', 'mpc': '1.3.1', 'mpfr': '4.2.1', 'mig': 'vcs-mainline',