diff options
author | 2023-01-27 20:53:50 +0000 | |
---|---|---|
committer | 2023-01-27 20:53:50 +0000 | |
commit | 90dffec958f4d423435d155939ef8abf4fedd1f1 (patch) | |
tree | a128f0f31f855e6c8f1ad9d2fbd2e7e89b470e0e /scripts/build-many-glibcs.py | |
parent | Use MPFR 4.2.0, MPC 1.3.1 in build-many-glibcs.py (diff) | |
download | glibc-90dffec958f4d423435d155939ef8abf4fedd1f1.tar.xz 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/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 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', |