Use Linux 5.13 in build-many-glibcs.py
authorJoseph Myers <joseph@codesourcery.com>
Wed, 30 Jun 2021 13:29:08 +0000 (13:29 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 30 Jun 2021 13:29:08 +0000 (13:29 +0000)
This patch makes build-many-glibcs.py use Linux 5.13.

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

scripts/build-many-glibcs.py

index 41639f2..243323b 100755 (executable)
@@ -769,7 +769,7 @@ class Context(object):
                             'gcc': 'vcs-11',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.1',
-                            'linux': '5.12',
+                            'linux': '5.13',
                             'mpc': '1.2.1',
                             'mpfr': '4.1.0',
                             'mig': 'vcs-mainline',