]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use Linux 5.10 in build-many-glibcs.py.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 15 Dec 2020 23:36:41 +0000 (23:36 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 15 Dec 2020 23:36:41 +0000 (23:36 +0000)
This patch makes build-many-glibcs.py use Linux 5.10.

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

scripts/build-many-glibcs.py

index 277e81dfc029839dad63fe54956dfd7b213649df..4ae8166ccbcfe25080c5b11dc9e3931cf3d70b3a 100755 (executable)
@@ -769,7 +769,7 @@ class Context(object):
                             'gcc': 'vcs-10',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.1',
-                            'linux': '5.9',
+                            'linux': '5.10',
                             'mpc': '1.2.1',
                             'mpfr': '4.1.0',
                             'mig': 'vcs-mainline',