94084c
commit 007d699d0e0d0957eead78ad252ad592656284de
94084c
Author: Joseph Myers <joseph@codesourcery.com>
94084c
Date:   Tue Sep 7 13:08:38 2021 +0000
94084c
94084c
    Use Linux 5.14 in build-many-glibcs.py
94084c
    
94084c
    This patch makes build-many-glibcs.py use Linux 5.14.
94084c
    
94084c
    Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
94084c
    builds).
94084c
    
94084c
    (cherry picked from commit 4e04a47208e1712fcf202a6d9831f0900d575225)
94084c
94084c
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
94084c
index 5a77af90a6b49909..86537fa8005cfd3d 100755
94084c
--- a/scripts/build-many-glibcs.py
94084c
+++ b/scripts/build-many-glibcs.py
94084c
@@ -782,7 +782,7 @@ class Context(object):
94084c
                             'gcc': 'vcs-11',
94084c
                             'glibc': 'vcs-mainline',
94084c
                             'gmp': '6.2.1',
94084c
-                            'linux': '5.13',
94084c
+                            'linux': '5.14',
94084c
                             'mpc': '1.2.1',
94084c
                             'mpfr': '4.1.0',
94084c
                             'mig': 'vcs-mainline',