diff options
author | Joseph Myers <joseph@codesourcery.com> | 2023-02-22 21:37:03 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2023-02-22 21:37:03 +0000 |
commit | eb63ccc0ce6a3a7f2c397d305233c876e8dc1632 (patch) | |
tree | 7c9231c552fe85b0eee4ade053a6db38357210bd /scripts | |
parent | 01e09ab0574758e0afff4333511866278ce7c84f (diff) | |
download | glibc-eb63ccc0ce6a3a7f2c397d305233c876e8dc1632.tar.gz glibc-eb63ccc0ce6a3a7f2c397d305233c876e8dc1632.tar.xz glibc-eb63ccc0ce6a3a7f2c397d305233c876e8dc1632.zip |
Use Linux 6.2 in build-many-glibcs.py
This patch makes build-many-glibcs.py use Linux 6.2. 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 bd212dbc82..29c10c2916 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -797,7 +797,7 @@ class Context(object): 'gcc': 'vcs-12', 'glibc': 'vcs-mainline', 'gmp': '6.2.1', - 'linux': '6.1', + 'linux': '6.2', 'mpc': '1.3.1', 'mpfr': '4.2.0', 'mig': 'vcs-mainline', |