]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use Linux 5.5 in build-many-glibcs.py.
authorJoseph Myers <joseph@codesourcery.com>
Mon, 3 Feb 2020 14:17:05 +0000 (14:17 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 3 Feb 2020 14:17:05 +0000 (14:17 +0000)
This patch makes build-many-glibcs.py use Linux 5.5.

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

scripts/build-many-glibcs.py

index 90b76caa930062feb6cdaa62863208fefd93f940..c556cd8d8df4dec3521d970f1e97ac2bf3eff7c0 100755 (executable)
@@ -733,7 +733,7 @@ class Context(object):
                             'gcc': 'vcs-9',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.1.2',
-                            'linux': '5.4',
+                            'linux': '5.5',
                             'mpc': '1.1.0',
                             'mpfr': '4.0.2',
                             'mig': 'vcs-mainline',