]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use Linux 5.8 in build-many-glibcs.py.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 7 Aug 2020 14:38:12 +0000 (14:38 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 7 Aug 2020 14:38:12 +0000 (14:38 +0000)
This patch makes build-many-glibcs.py use Linux 5.8.

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

scripts/build-many-glibcs.py

index efd9a9e6dc8ffac913cd6d0f7bd00841412cb6df..325591b2c69c2dbe053b562f3666ea35521674a5 100755 (executable)
@@ -751,7 +751,7 @@ class Context(object):
                             'gcc': 'vcs-10',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.0',
-                            'linux': '5.7',
+                            'linux': '5.8',
                             'mpc': '1.1.0',
                             'mpfr': '4.1.0',
                             'mig': 'vcs-mainline',