From: Joseph Myers Date: Wed, 30 Jun 2021 13:29:08 +0000 (+0000) Subject: Use Linux 5.13 in build-many-glibcs.py X-Git-Tag: glibc-2.34~166 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=38f58041baff897e595a957ddb04ecb4c83ab322;p=thirdparty%2Fglibc.git Use Linux 5.13 in build-many-glibcs.py This patch makes build-many-glibcs.py use Linux 5.13. 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 41639f26f7a..243323b1cea 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -769,7 +769,7 @@ class Context(object): 'gcc': 'vcs-11', 'glibc': 'vcs-mainline', 'gmp': '6.2.1', - 'linux': '5.12', + 'linux': '5.13', 'mpc': '1.2.1', 'mpfr': '4.1.0', 'mig': 'vcs-mainline',