diff options
author | Joseph Myers <joseph@codesourcery.com> | 2020-05-06 15:41:55 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2020-05-06 15:41:55 +0000 |
commit | 99a327f801f7dbc8ca33b202718ef5bd0bf02ba5 (patch) | |
tree | 5a80b2351d851d43ef2834cf602c343f8cfc71ea /scripts | |
parent | d69c3a9e75a5cc592f658e1a2f7e8c7f1e023d11 (diff) | |
download | glibc-99a327f801f7dbc8ca33b202718ef5bd0bf02ba5.tar.gz glibc-99a327f801f7dbc8ca33b202718ef5bd0bf02ba5.tar.xz glibc-99a327f801f7dbc8ca33b202718ef5bd0bf02ba5.zip |
Use GCC 10 branch in build-many-glibcs.py.
This updates the default GCC version used in build-many-glibcs.py when no version is specified explicitly. I'm replacing my bot using GCC 8 with one using GCC 10 (leaving the GCC 9 and GCC mainline bots running as at present).
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 4832912b28..6c6615b200 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -747,7 +747,7 @@ class Context(object): def checkout(self, versions): """Check out the desired component versions.""" default_versions = {'binutils': 'vcs-2.34', - 'gcc': 'vcs-9', + 'gcc': 'vcs-10', 'glibc': 'vcs-mainline', 'gmp': '6.2.0', 'linux': '5.6', |