From: Joseph Myers Date: Tue, 15 Dec 2020 23:36:41 +0000 (+0000) Subject: Use Linux 5.10 in build-many-glibcs.py. X-Git-Tag: glibc-2.33~183 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f3cb8d600702885c9e5a1175c73ec3f69476082;p=thirdparty%2Fglibc.git Use Linux 5.10 in build-many-glibcs.py. This patch makes build-many-glibcs.py use Linux 5.10. 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 277e81dfc02..4ae8166ccbc 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -769,7 +769,7 @@ class Context(object): 'gcc': 'vcs-10', 'glibc': 'vcs-mainline', 'gmp': '6.2.1', - 'linux': '5.9', + 'linux': '5.10', 'mpc': '1.2.1', 'mpfr': '4.1.0', 'mig': 'vcs-mainline',