diff options
author | Joseph Myers <joseph@codesourcery.com> | 2022-03-22 18:01:16 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2022-03-22 18:01:16 +0000 |
commit | f7fbb99652eceb1b6b55e4be931649df5946497c (patch) | |
tree | 2f24947ae134a031461f035780424e300703236b /scripts | |
parent | 05dec22d7be722987ff07aebf9690f6078b3c4e9 (diff) | |
download | glibc-f7fbb99652eceb1b6b55e4be931649df5946497c.zip glibc-f7fbb99652eceb1b6b55e4be931649df5946497c.tar.gz glibc-f7fbb99652eceb1b6b55e4be931649df5946497c.tar.bz2 |
Use Linux 5.17 in build-many-glibcs.py
This patch makes build-many-glibcs.py use Linux 5.17.
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 edaac2d..1fd616d 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -789,7 +789,7 @@ class Context(object): 'gcc': 'vcs-11', 'glibc': 'vcs-mainline', 'gmp': '6.2.1', - 'linux': '5.16', + 'linux': '5.17', 'mpc': '1.2.1', 'mpfr': '4.1.0', 'mig': 'vcs-mainline', |