diff options
author | Joseph Myers <joseph@codesourcery.com> | 2021-06-30 13:29:08 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2021-06-30 13:29:08 +0000 |
commit | 38f58041baff897e595a957ddb04ecb4c83ab322 (patch) | |
tree | d1e164d614594ed51df5c5d5a8af0fbe32c55ab9 /scripts | |
parent | 734c60ebb607086ad6d67b2544d6b7baba72a652 (diff) | |
download | glibc-38f58041baff897e595a957ddb04ecb4c83ab322.zip glibc-38f58041baff897e595a957ddb04ecb4c83ab322.tar.gz glibc-38f58041baff897e595a957ddb04ecb4c83ab322.tar.bz2 |
Use Linux 5.13 in build-many-glibcs.py
This patch makes build-many-glibcs.py use Linux 5.13.
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 41639f2..243323b 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -769,7 +769,7 @@ class Context(object): 'gcc': 'vcs-11', 'glibc': 'vcs-mainline', 'gmp': '6.2.1', - 'linux': '5.12', + 'linux': '5.13', 'mpc': '1.2.1', 'mpfr': '4.1.0', 'mig': 'vcs-mainline', |