Use Linux 5.4 in build-many-glibcs.py.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 26 Nov 2019 01:46:32 +0000 (01:46 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 26 Nov 2019 01:46:32 +0000 (01:46 +0000)
This patch makes build-many-glibcs.py use Linux 5.4.

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

scripts/build-many-glibcs.py

index 4b3c4bfb76eba40c6b4bdd18a3c8f202a557e9b7..252ac08e6b209d3bdc88aa841daf84824f57c480 100755 (executable)
@@ -707,7 +707,7 @@ class Context(object):
                             'gcc': 'vcs-9',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.1.2',
-                            'linux': '5.3',
+                            'linux': '5.4',
                             'mpc': '1.1.0',
                             'mpfr': '4.0.2',
                             'mig': 'vcs-mainline',