From: Joseph Myers Date: Tue, 22 Mar 2022 18:01:16 +0000 (+0000) Subject: Use Linux 5.17 in build-many-glibcs.py X-Git-Tag: glibc-2.36~466 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f7fbb99652eceb1b6b55e4be931649df5946497c;p=thirdparty%2Fglibc.git Use Linux 5.17 in build-many-glibcs.py This patch makes build-many-glibcs.py use Linux 5.17. 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 edaac2d8f54..1fd616d4c0d 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -789,7 +789,7 @@ class Context(object): 'gcc': 'vcs-11', 'glibc': 'vcs-mainline', 'gmp': '6.2.1', - 'linux': '5.16', + 'linux': '5.17', 'mpc': '1.2.1', 'mpfr': '4.1.0', 'mig': 'vcs-mainline',