From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1105) id 334783858D28; Fri, 27 Jan 2023 20:54:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 334783858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1674852849; bh=mAAzLsJm7PmLsHAKXXSMeSRhyvGjjTGdxPd3+bwwmO4=; h=From:To:Subject:Date:From; b=EL5B1VUD4w5tDSY65koeOSddi0CBWQlCciZJMJYcivBwEBX3bCF9vNXWj7E0ayW6Z ThC/GlGkI4ZVygJFko56cJlyOYa2J37fe1O1BexYkQ+wYLLgzwiNL5AgCtmclhQj60 JgqUY8Dt65bvmAzjLjA/KGh66ZjJvzNUybu1mkks= 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.40 branch in build-many-glibcs.py X-Act-Checkin: glibc X-Git-Author: Joseph Myers X-Git-Refname: refs/heads/master X-Git-Oldrev: d659442e01e659ad6400b29a0e096639853812c6 X-Git-Newrev: 90dffec958f4d423435d155939ef8abf4fedd1f1 Message-Id: <20230127205409.334783858D28@sourceware.org> Date: Fri, 27 Jan 2023 20:54:09 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=90dffec958f4d423435d155939ef8abf4fedd1f1 commit 90dffec958f4d423435d155939ef8abf4fedd1f1 Author: Joseph Myers Date: Fri Jan 27 20:53:50 2023 +0000 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). 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 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',