diff options
author | Joseph Myers <joseph@codesourcery.com> | 2020-10-22 14:29:13 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2020-10-22 14:29:13 +0000 |
commit | f6032247061fb37d59565f2e9667e242c8a98e76 (patch) | |
tree | 6e1fbd4b69bd73758c315b615a34ef051e66bbe0 | |
parent | 6c2b579962853475747854127cfaf4ec4a8872a7 (diff) | |
download | glibc-f6032247061fb37d59565f2e9667e242c8a98e76.tar.gz glibc-f6032247061fb37d59565f2e9667e242c8a98e76.tar.xz glibc-f6032247061fb37d59565f2e9667e242c8a98e76.zip |
Use Linux 5.9 in build-many-glibcs.py.
This patch makes build-many-glibcs.py use Linux 5.9. Tested with build-many-glibcs.py (host-libraries, 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 31684eaee2..1472fba44b 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -769,7 +769,7 @@ class Context(object): 'gcc': 'vcs-10', 'glibc': 'vcs-mainline', 'gmp': '6.2.0', - 'linux': '5.8', + 'linux': '5.9', 'mpc': '1.2.0', 'mpfr': '4.1.0', 'mig': 'vcs-mainline', |