diff options
author | Joseph Myers <joseph@codesourcery.com> | 2023-06-27 13:49:38 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2023-06-27 13:49:38 +0000 |
commit | aaa208502c97707119aea9e03a988bec26ad7817 (patch) | |
tree | f919b65698ef9617a718c4766135fb10dac7936f /scripts | |
parent | b29e70657dc19048f32ba73b45da2eeba81340f8 (diff) | |
download | glibc-aaa208502c97707119aea9e03a988bec26ad7817.tar.gz glibc-aaa208502c97707119aea9e03a988bec26ad7817.tar.xz glibc-aaa208502c97707119aea9e03a988bec26ad7817.zip |
Use Linux 6.4 in build-many-glibcs.py
This patch makes build-many-glibcs.py use Linux 6.4. 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 95726c4a29..e022abe284 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -798,7 +798,7 @@ class Context(object): 'gcc': 'vcs-13', 'glibc': 'vcs-mainline', 'gmp': '6.2.1', - 'linux': '6.3', + 'linux': '6.4', 'mpc': '1.3.1', 'mpfr': '4.2.0', 'mig': 'vcs-mainline', |