From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1105) id 49B71386F002; Mon, 27 Jul 2020 14:55:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 49B71386F002 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.35 branch in build-many-glibcs.py. X-Act-Checkin: glibc X-Git-Author: Joseph Myers X-Git-Refname: refs/heads/master X-Git-Oldrev: 2dc33b928b389f50e7fd8cadd952b79112a071ab X-Git-Newrev: b51c1500e02cec3a61c385d5aa919287f32bbd58 Message-Id: <20200727145537.49B71386F002@sourceware.org> Date: Mon, 27 Jul 2020 14:55:37 +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, 27 Jul 2020 14:55:37 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=b51c1500e02cec3a61c385d5aa919287f32bbd58 commit b51c1500e02cec3a61c385d5aa919287f32bbd58 Author: Joseph Myers Date: Mon Jul 27 14:55:10 2020 +0000 Use binutils 2.35 branch in build-many-glibcs.py. This patch makes build-many-glibcs.py use binutils 2.35 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 f17a8a250d..efd9a9e6dc 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -747,7 +747,7 @@ class Context(object): def checkout(self, versions): """Check out the desired component versions.""" - default_versions = {'binutils': 'vcs-2.34', + default_versions = {'binutils': 'vcs-2.35', 'gcc': 'vcs-10', 'glibc': 'vcs-mainline', 'gmp': '6.2.0',