From patchwork Tue Aug 1 19:48:55 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 73447 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id C648F3858288 for ; Tue, 1 Aug 2023 19:49:13 +0000 (GMT) X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from esa1.mentor.iphmx.com (esa1.mentor.iphmx.com [68.232.129.153]) by sourceware.org (Postfix) with ESMTPS id 1511D3858D39 for ; Tue, 1 Aug 2023 19:49:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 1511D3858D39 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="6.01,248,1684828800"; d="scan'208";a="15032634" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa1.mentor.iphmx.com with ESMTP; 01 Aug 2023 11:48:59 -0800 IronPort-SDR: 9eWsaM19UxpVI3ETjfjw2A9Xa5Ug3PwDGqKjNfjeQONX+xH+jsyQZqsBbLHAjRS26u/bwGCS+7 UWQlaFTdU//G6glA5uPXZuxhRznbOn95N+eufCaJft0vPsYGgfMPdrNMzNwxKnivEU4HLRbtSj MtpPt+DHBYobESZBpvH5S31aZfpw8c8WngJJsuTTs+rpX/6xOMJ9f6Adto0S/rJh6vxPNQ4su2 wTUCtyEkWLKTL4alimroz9R9fe4DuVg1afvqdjo6UmrTb9fJqGbK/cWSv+hWjgK5eUy34VShBg 4mk= Date: Tue, 1 Aug 2023 19:48:55 +0000 From: Joseph Myers To: Subject: Use binutils 2.41 branch in build-many-glibcs.py Message-ID: <597c852e-53cc-b460-e021-f160779b5fb0@codesourcery.com> MIME-Version: 1.0 X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-15.mgc.mentorg.com (139.181.222.15) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3111.1 required=5.0 tests=BAYES_00, GIT_PATCH_0, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org Sender: "Libc-alpha" This patch makes build-many-glibcs.py use binutils 2.41 branch. Tested with build-many-glibcs.py (host-libraries, compilers and glibcs builds). Reviewed-by: Adhemerval Zanella 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',