diff options
author | Joseph Myers <joseph@codesourcery.com> | 2023-01-27 20:53:50 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2023-01-27 20:53:50 +0000 |
commit | 90dffec958f4d423435d155939ef8abf4fedd1f1 (patch) | |
tree | a128f0f31f855e6c8f1ad9d2fbd2e7e89b470e0e /scripts | |
parent | d659442e01e659ad6400b29a0e096639853812c6 (diff) | |
download | glibc-90dffec958f4d423435d155939ef8abf4fedd1f1.tar glibc-90dffec958f4d423435d155939ef8abf4fedd1f1.tar.gz glibc-90dffec958f4d423435d155939ef8abf4fedd1f1.tar.bz2 glibc-90dffec958f4d423435d155939ef8abf4fedd1f1.zip |
Use binutils 2.40 branch in build-many-glibcs.py
This patch makes build-many-glibcs.py use binutils 2.40 branch.
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 09264c8b5f..bd212dbc82 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -793,7 +793,7 @@ class Context(object): def checkout(self, versions): """Check out the desired component versions.""" - default_versions = {'binutils': 'vcs-2.39', + default_versions = {'binutils': 'vcs-2.40', 'gcc': 'vcs-12', 'glibc': 'vcs-mainline', 'gmp': '6.2.1', |