From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1105) id 6C0B93858CDA; Tue, 30 Jan 2024 14:20:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6C0B93858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1706624453; bh=cWvpOqHV+M0MktJ05eYHAECWyt3n7icHhEfZV2fIN9s=; h=From:To:Subject:Date:From; b=OfryLULOGSyPuFnG4xV2B6o1xjsVM5DVrYwr4156JaCMyGRQOKQjclhhCwzBuadMF cMyutZzdeL0DXs6LcKyVpVT46dHrKaITYII25jeQPt8kz25koneKLfAhf2DjDvWPnb tkIgUx+tg/88oDhmHrvg7fI9/m/yJ/1IvzOz+x9g= 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.42 branch in build-many-glibcs.py X-Act-Checkin: glibc X-Git-Author: Joseph Myers X-Git-Refname: refs/heads/master X-Git-Oldrev: 9c72830eb3e12c1d57ac7d1992c96ee69ccd835d X-Git-Newrev: 8aeec0eb5a18f9614d18156f9d6092b3525b818c Message-Id: <20240130142053.6C0B93858CDA@sourceware.org> Date: Tue, 30 Jan 2024 14:20:53 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=8aeec0eb5a18f9614d18156f9d6092b3525b818c commit 8aeec0eb5a18f9614d18156f9d6092b3525b818c Author: Joseph Myers Date: Tue Jan 30 14:20:35 2024 +0000 Use binutils 2.42 branch in build-many-glibcs.py This patch makes build-many-glibcs.py use binutils 2.42 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 d142684fdf..784c80d132 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -813,7 +813,7 @@ class Context(object): def checkout(self, versions): """Check out the desired component versions.""" - default_versions = {'binutils': 'vcs-2.41', + default_versions = {'binutils': 'vcs-2.42', 'gcc': 'vcs-13', 'glibc': 'vcs-mainline', 'gmp': '6.3.0',