about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2020-02-03 14:17:05 +0000
committerJoseph Myers <joseph@codesourcery.com>2020-02-03 14:17:05 +0000
commit2db7feeb95e94b948a6a653fb61821092c7781b9 (patch)
tree8f691f0b9fa97dfc17ed6f7acd48dac8ed492e48 /scripts
parent6befb33f31f034a0e8876ce6427dacdfa0cd7ea7 (diff)
downloadglibc-2db7feeb95e94b948a6a653fb61821092c7781b9.tar.gz
glibc-2db7feeb95e94b948a6a653fb61821092c7781b9.tar.xz
glibc-2db7feeb95e94b948a6a653fb61821092c7781b9.zip
Use Linux 5.5 in build-many-glibcs.py.
This patch makes build-many-glibcs.py use Linux 5.5.

Tested with build-many-glibcs.py (compilers and glibcs builds).
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-many-glibcs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 90b76caa93..c556cd8d8d 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -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',