diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2024-10-08 15:45:23 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2024-10-10 10:27:47 -0300 |
commit | d17e5d5f6e636fceb16065d081eb3398a346e8ab (patch) | |
tree | 66907e5a62bc4fe82fc1b3b4edf692ad2999d1f9 | |
parent | 0e8738a48c239ce6d010bba9ed7c38bd86307f32 (diff) | |
download | glibc-d17e5d5f6e636fceb16065d081eb3398a346e8ab.zip glibc-d17e5d5f6e636fceb16065d081eb3398a346e8ab.tar.gz glibc-d17e5d5f6e636fceb16065d081eb3398a346e8ab.tar.bz2 |
Use Linux 6.11 in build-many-glibcs.py
Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
-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 5ee4501..f81e6d9 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -831,7 +831,7 @@ class Context(object): 'gcc': 'vcs-13', 'glibc': 'vcs-mainline', 'gmp': '6.3.0', - 'linux': '6.10', + 'linux': '6.11', 'mpc': '1.3.1', 'mpfr': '4.2.1', 'mig': 'vcs-mainline', |