diff options
author | Joseph Myers <joseph@codesourcery.com> | 2021-02-22 16:11:21 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2021-02-22 16:11:21 +0000 |
commit | 8a7b4dc6d005e2878f1afe6ba1a2bbce14f86a55 (patch) | |
tree | b54b4bac378a91a2336c50f875bdb335500ca52f /scripts/build-many-glibcs.py | |
parent | ba230b6387fc0ccba60d2ff6759f7e326ba7bf3e (diff) | |
download | glibc-8a7b4dc6d005e2878f1afe6ba1a2bbce14f86a55.zip glibc-8a7b4dc6d005e2878f1afe6ba1a2bbce14f86a55.tar.gz glibc-8a7b4dc6d005e2878f1afe6ba1a2bbce14f86a55.tar.bz2 |
Use Linux 5.11 in build-many-glibcs.py.
This patch makes build-many-glibcs.py use Linux 5.11.
Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
Diffstat (limited to 'scripts/build-many-glibcs.py')
-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 8d97320..580d25e 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -769,7 +769,7 @@ class Context(object): 'gcc': 'vcs-10', 'glibc': 'vcs-mainline', 'gmp': '6.2.1', - 'linux': '5.10', + 'linux': '5.11', 'mpc': '1.2.1', 'mpfr': '4.1.0', 'mig': 'vcs-mainline', |