diff options
author | Joseph Myers <joseph@codesourcery.com> | 2023-08-08 12:53:50 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2023-08-08 12:53:50 +0000 |
commit | 3fcfb76bab97e55e7491db5fc1f11655b0993865 (patch) | |
tree | b29fb7ee86a41efceb711b1dffbc57919149945c | |
parent | 92861d93cdad13834f4d8f39504b550a80ad8200 (diff) | |
download | glibc-3fcfb76bab97e55e7491db5fc1f11655b0993865.tar.gz glibc-3fcfb76bab97e55e7491db5fc1f11655b0993865.tar.xz glibc-3fcfb76bab97e55e7491db5fc1f11655b0993865.zip |
Use binutils 2.41 branch in build-many-glibcs.py
This patch makes build-many-glibcs.py use binutils 2.41 branch. Tested with build-many-glibcs.py (host-libraries, 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 73ffc57c86..fb56a4a90b 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -800,7 +800,7 @@ class Context(object): def checkout(self, versions): """Check out the desired component versions.""" - default_versions = {'binutils': 'vcs-2.40', + default_versions = {'binutils': 'vcs-2.41', 'gcc': 'vcs-13', 'glibc': 'vcs-mainline', 'gmp': '6.2.1', |