From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS17314 8.43.84.0/22 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id D2D4E1F8C6 for ; Tue, 3 Aug 2021 00:31:00 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id B913B3895006 for ; Tue, 3 Aug 2021 00:30:59 +0000 (GMT) Received: from esa3.mentor.iphmx.com (esa3.mentor.iphmx.com [68.232.137.180]) by sourceware.org (Postfix) with ESMTPS id D3BEE385481F for ; Tue, 3 Aug 2021 00:30:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D3BEE385481F Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com IronPort-SDR: JFUDy6Jsz8/lrLpj/RC1qT543muBfg1vcf5lskruzNsxRJfJkksR9SqL3d68HGBDeDHQMLacGY XUTgghdLHdR3j4iPPyRUMU4bPBS3R9PN2BoChVUe+cvJpfhQom9uI83gQFgYn0d8wP0fuvh8LH AjJHaggk/BHdcDFV6gF3TnHeOXTEYf6L/FB9qZ+/6S4V2JVYijAizDeQhketqzrAG5C5Ja5hpg W6fYJj94cb+ZoX6ods+o54b0BB1weM9bmD3MoqZDPIi5SAWJBgutcyxyhBeZI5It0vJkpF1K46 9Lvh4TMoQA7aBafji4mG0YGG X-IronPort-AV: E=Sophos;i="5.84,290,1620720000"; d="scan'208";a="64190609" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa3.mentor.iphmx.com with ESMTP; 02 Aug 2021 16:30:45 -0800 IronPort-SDR: M8+cPM7Rdz9NvZcgyzze6euSRYkOY6hVDzc/DC7Kcs8NJkrCWt/Ah8eMlTOaxuq57/Uf3hlTtV QnYwZsR4axDQG+BBK2i8XNvl35OgQG5r+GnCGsAb1382k5GKhwsL3++pF+6bz2i206xaUby28Q c5kU8mnwe+rZHOTTd8Mu5w9OwswKgF0Jj9ehbnq5GEo3xxxyKqKDHckDYGKEooBULgGBl7kdiy 8RVllv9SEHyC7IBagSBoFuvzpD9ahOX0V5f8Eas2WL2om5Dyz+BhIOXXYAaNvEE2lnl9nv3ywb xDs= Date: Tue, 3 Aug 2021 00:30:40 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Subject: Use binutils 2.37 branch in build-many-glibcs.py Message-ID: User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) 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+e=80x24.org@sourceware.org Sender: "Libc-alpha" This patch makes build-many-glibcs.py use binutils 2.37 branch. Tested with build-many-glibcs.py (compilers and glibcs builds). 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', -- Joseph S. Myers joseph@codesourcery.com