diff options
author | Joseph Myers <joseph@codesourcery.com> | 2020-02-03 14:17:05 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2020-02-03 14:17:05 +0000 |
commit | 2db7feeb95e94b948a6a653fb61821092c7781b9 (patch) | |
tree | 8f691f0b9fa97dfc17ed6f7acd48dac8ed492e48 | |
parent | 6befb33f31f034a0e8876ce6427dacdfa0cd7ea7 (diff) | |
download | glibc-2db7feeb95e94b948a6a653fb61821092c7781b9.zip glibc-2db7feeb95e94b948a6a653fb61821092c7781b9.tar.gz glibc-2db7feeb95e94b948a6a653fb61821092c7781b9.tar.bz2 |
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).
-rwxr-xr-x | scripts/build-many-glibcs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 90b76ca..c556cd8 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', |