diff options
author | Joseph Myers <joseph@codesourcery.com> | 2020-07-27 14:55:10 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2020-07-27 14:55:10 +0000 |
commit | b51c1500e02cec3a61c385d5aa919287f32bbd58 (patch) | |
tree | 1034e0d7d6aaef59ff14ee2a962393a94420b48d | |
parent | 2dc33b928b389f50e7fd8cadd952b79112a071ab (diff) | |
download | glibc-b51c1500e02cec3a61c385d5aa919287f32bbd58.tar.gz glibc-b51c1500e02cec3a61c385d5aa919287f32bbd58.tar.xz glibc-b51c1500e02cec3a61c385d5aa919287f32bbd58.zip |
Use binutils 2.35 branch in build-many-glibcs.py.
This patch makes build-many-glibcs.py use binutils 2.35 branch. Tested with build-many-glibcs.py (compilers and glibcs builds).
-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 f17a8a250d..efd9a9e6dc 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', + default_versions = {'binutils': 'vcs-2.35', 'gcc': 'vcs-10', 'glibc': 'vcs-mainline', 'gmp': '6.2.0', |