From: Joseph Myers Date: Wed, 22 Feb 2023 21:37:03 +0000 (+0000) Subject: Use Linux 6.2 in build-many-glibcs.py X-Git-Tag: glibc-2.38~542 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb63ccc0ce6a3a7f2c397d305233c876e8dc1632;p=thirdparty%2Fglibc.git Use Linux 6.2 in build-many-glibcs.py This patch makes build-many-glibcs.py use Linux 6.2. 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 bd212dbc82c..29c10c29164 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -797,7 +797,7 @@ class Context(object): 'gcc': 'vcs-12', 'glibc': 'vcs-mainline', 'gmp': '6.2.1', - 'linux': '6.1', + 'linux': '6.2', 'mpc': '1.3.1', 'mpfr': '4.2.0', 'mig': 'vcs-mainline',