From: Joseph Myers Date: Tue, 7 Sep 2021 13:08:38 +0000 (+0000) Subject: Use Linux 5.14 in build-many-glibcs.py X-Git-Tag: glibc-2.35~536 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e04a47208e1712fcf202a6d9831f0900d575225;p=platform%2Fupstream%2Fglibc.git Use Linux 5.14 in build-many-glibcs.py This patch makes build-many-glibcs.py use Linux 5.14. 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 0322ed1..54bef43 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -782,7 +782,7 @@ class Context(object): 'gcc': 'vcs-11', 'glibc': 'vcs-mainline', 'gmp': '6.2.1', - 'linux': '5.13', + 'linux': '5.14', 'mpc': '1.2.1', 'mpfr': '4.1.0', 'mig': 'vcs-mainline',