From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1105) id 0F76738582BC; Tue, 8 Aug 2023 12:54:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0F76738582BC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1691499245; bh=ZtntQSCysCbSPDzGnRde2YLWIVRHZwLxQvLGMvi/bcc=; h=From:To:Subject:Date:From; b=B9T/IsqKdDPicFdscGNrYdmirOuppMfo9XICi3/PhBUuKN4GOa+1u4a4t2hoM15Pu +7FgRwKEn2aDgpSVJmO4CNhp9JwffpjdrSqhPoqQcyFY0GMHqYXuZLEdcXnyYmWVex qEWfP675JyKL5MHVSIsmnbv+pk5K/oh1OTeOa6l8= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Joseph Myers To: glibc-cvs@sourceware.org Subject: [glibc] Use binutils 2.41 branch in build-many-glibcs.py X-Act-Checkin: glibc X-Git-Author: Joseph Myers X-Git-Refname: refs/heads/master X-Git-Oldrev: 92861d93cdad13834f4d8f39504b550a80ad8200 X-Git-Newrev: 3fcfb76bab97e55e7491db5fc1f11655b0993865 Message-Id: <20230808125405.0F76738582BC@sourceware.org> Date: Tue, 8 Aug 2023 12:54:05 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=3fcfb76bab97e55e7491db5fc1f11655b0993865 commit 3fcfb76bab97e55e7491db5fc1f11655b0993865 Author: Joseph Myers Date: Tue Aug 8 12:53:50 2023 +0000 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). Diff: --- scripts/build-many-glibcs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',