]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use Linux 5.7 in build-many-glibcs.py.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 10 Jun 2020 22:53:55 +0000 (22:53 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 10 Jun 2020 22:53:55 +0000 (22:53 +0000)
This patch makes build-many-glibcs.py use Linux 5.7.

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

scripts/build-many-glibcs.py

index 6c6615b200d9ba82cd2f84b8767e39b017868d06..8c72b9e571e4dc81c787e156d0b5a75cacdf4020 100755 (executable)
@@ -750,7 +750,7 @@ class Context(object):
                             'gcc': 'vcs-10',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.0',
-                            'linux': '5.6',
+                            'linux': '5.7',
                             'mpc': '1.1.0',
                             'mpfr': '4.0.2',
                             'mig': 'vcs-mainline',