diff options
author | Joseph Myers <joseph@codesourcery.com> | 2020-12-15 23:36:41 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2020-12-15 23:36:41 +0000 |
commit | 1f3cb8d600702885c9e5a1175c73ec3f69476082 (patch) | |
tree | 7798aa997796756d55f6458695fcfc5b6eec7866 /scripts | |
parent | 4d0985543f479a6f421d4d8a9e0d1dc71c9c2c53 (diff) | |
download | glibc-1f3cb8d600702885c9e5a1175c73ec3f69476082.tar glibc-1f3cb8d600702885c9e5a1175c73ec3f69476082.tar.gz glibc-1f3cb8d600702885c9e5a1175c73ec3f69476082.tar.bz2 glibc-1f3cb8d600702885c9e5a1175c73ec3f69476082.zip |
Use Linux 5.10 in build-many-glibcs.py.
This patch makes build-many-glibcs.py use Linux 5.10.
Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
Diffstat (limited to 'scripts')
-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 277e81dfc0..4ae8166ccb 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.1', - 'linux': '5.9', + 'linux': '5.10', 'mpc': '1.2.1', 'mpfr': '4.1.0', 'mig': 'vcs-mainline', |