From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7814) id F070B395192B; Mon, 16 Aug 2021 17:14:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F070B395192B Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Fangrui Song To: glibc-cvs@sourceware.org Subject: [glibc/maskray/lld] Use binutils 2.37 branch in build-many-glibcs.py X-Act-Checkin: glibc X-Git-Author: Joseph Myers X-Git-Refname: refs/heads/maskray/lld X-Git-Oldrev: 98149b16d645e9644a8e9b3d1f4b7932b9b193c5 X-Git-Newrev: 1d7b32ee6145c46c4f4f8a208a6b72e0668d7cf3 Message-Id: <20210816171403.F070B395192B@sourceware.org> Date: Mon, 16 Aug 2021 17:14:03 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Aug 2021 17:14:04 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=1d7b32ee6145c46c4f4f8a208a6b72e0668d7cf3 commit 1d7b32ee6145c46c4f4f8a208a6b72e0668d7cf3 Author: Joseph Myers Date: Mon Aug 9 17:00:36 2021 +0000 Use binutils 2.37 branch in build-many-glibcs.py This patch makes build-many-glibcs.py use binutils 2.37 branch. Tested with build-many-glibcs.py (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 5a77af90a6..0322ed19a8 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -778,7 +778,7 @@ class Context(object): def checkout(self, versions): """Check out the desired component versions.""" - default_versions = {'binutils': 'vcs-2.36', + default_versions = {'binutils': 'vcs-2.37', 'gcc': 'vcs-11', 'glibc': 'vcs-mainline', 'gmp': '6.2.1',