diff options
author | Joseph Myers <joseph@codesourcery.com> | 2021-02-04 16:00:36 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2021-02-04 16:00:36 +0000 |
commit | dfc3907cde01f1f15d962f3c9eda9fad1fc7b74f (patch) | |
tree | b91921ec418892db72366bfed4fd8970a76e6744 /scripts/build-many-glibcs.py | |
parent | 2d8a22cdecca225068f56bcfee862696d5b4a83b (diff) | |
download | glibc-dfc3907cde01f1f15d962f3c9eda9fad1fc7b74f.zip glibc-dfc3907cde01f1f15d962f3c9eda9fad1fc7b74f.tar.gz glibc-dfc3907cde01f1f15d962f3c9eda9fad1fc7b74f.tar.bz2 |
Use binutils 2.36 branch in build-many-glibcs.py.
This patch makes build-many-glibcs.py use binutils 2.36 branch.
Tested with build-many-glibcs.py (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 9c08ab7..071f338 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -765,7 +765,7 @@ class Context(object): def checkout(self, versions): """Check out the desired component versions.""" - default_versions = {'binutils': 'vcs-2.35', + default_versions = {'binutils': 'vcs-2.36', 'gcc': 'vcs-10', 'glibc': 'vcs-mainline', 'gmp': '6.2.1', |