diff options
author | 2022-05-24 13:51:24 +0000 | |
---|---|---|
committer | 2022-05-24 13:51:24 +0000 | |
commit | 31ec88399082fbe4a68c7778d79c81554234df9d (patch) | |
tree | b1196e11ebe5e910fa88c5792e6cf7836785911a /scripts/build-many-glibcs.py | |
parent | stdio-common: Simplify printf_unknown interface in vfprintf-internal.c (diff) | |
download | glibc-31ec88399082fbe4a68c7778d79c81554234df9d.tar.xz glibc-31ec88399082fbe4a68c7778d79c81554234df9d.zip |
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/build-many-glibcs.py')
-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 1fd616d4c0..35b82752fa 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', |