]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use Linux 5.9 in build-many-glibcs.py.
authorJoseph Myers <joseph@codesourcery.com>
Thu, 22 Oct 2020 14:29:13 +0000 (14:29 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Thu, 22 Oct 2020 14:29:13 +0000 (14:29 +0000)
This patch makes build-many-glibcs.py use Linux 5.9.

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

scripts/build-many-glibcs.py

index 31684eaee2bdf80da1ddfb511edab75c40847d42..1472fba44bd84e491847cb3fb3293eb3c8f3e623 100755 (executable)
@@ -769,7 +769,7 @@ class Context(object):
                             'gcc': 'vcs-10',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.0',
-                            'linux': '5.8',
+                            'linux': '5.9',
                             'mpc': '1.2.0',
                             'mpfr': '4.1.0',
                             'mig': 'vcs-mainline',