From 3fcfb76bab97e55e7491db5fc1f11655b0993865 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 8 Aug 2023 12:53:50 +0000 Subject: 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). --- scripts/build-many-glibcs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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', -- cgit 1.4.1