diff options
author | Joseph Myers <joseph@codesourcery.com> | 2022-05-24 13:51:24 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2022-05-24 13:51:24 +0000 |
commit | 31ec88399082fbe4a68c7778d79c81554234df9d (patch) | |
tree | b1196e11ebe5e910fa88c5792e6cf7836785911a /scripts | |
parent | fe8ca369ad2eb8a4a5d572c6c48f38dd99ff3c01 (diff) | |
download | glibc-31ec88399082fbe4a68c7778d79c81554234df9d.zip glibc-31ec88399082fbe4a68c7778d79c81554234df9d.tar.gz glibc-31ec88399082fbe4a68c7778d79c81554234df9d.tar.bz2 |
Use Linux 5.18 in build-many-glibcs.py
This patch makes build-many-glibcs.py use Linux 5.18.
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 1fd616d..35b8275 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.17', + 'linux': '5.18', 'mpc': '1.2.1', 'mpfr': '4.1.0', 'mig': 'vcs-mainline', |