From: Joseph Myers Date: Mon, 22 Feb 2021 16:11:21 +0000 (+0000) Subject: Use Linux 5.11 in build-many-glibcs.py. X-Git-Tag: glibc-2.34~922 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8a7b4dc6d005e2878f1afe6ba1a2bbce14f86a55;p=thirdparty%2Fglibc.git Use Linux 5.11 in build-many-glibcs.py. This patch makes build-many-glibcs.py use Linux 5.11. 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 8d97320f6df..580d25e8ee4 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.10', + 'linux': '5.11', 'mpc': '1.2.1', 'mpfr': '4.1.0', 'mig': 'vcs-mainline',