Message ID | bac24e19-49ea-527-cbcb-e9dd35738df6@codesourcery.com |
---|---|
State | New |
Headers | show |
Series | Use Linux 6.4 in build-many-glibcs.py | expand |
On Jun 26 2023, Joseph Myers wrote:
> This patch makes build-many-glibcs.py use Linux 6.4.
Ok.
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',