]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use Linux 5.14 in build-many-glibcs.py
authorJoseph Myers <joseph@codesourcery.com>
Tue, 7 Sep 2021 13:08:38 +0000 (13:08 +0000)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 15 Sep 2021 12:34:33 +0000 (14:34 +0200)
This patch makes build-many-glibcs.py use Linux 5.14.

Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).

(cherry picked from commit 4e04a47208e1712fcf202a6d9831f0900d575225)

scripts/build-many-glibcs.py

index 5a77af90a6b49909ba8cfb2a6dfaaa1a5646b5b6..86537fa8005cfd3d1c770f91793be9d3e828368c 100755 (executable)
@@ -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',