From patchwork Tue Aug 3 00:30:40 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 1512633 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=sourceware.org (client-ip=8.43.85.97; helo=sourceware.org; envelope-from=libc-alpha-bounces+incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Received: from sourceware.org (ip-8-43-85-97.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 ozlabs.org (Postfix) with ESMTPS id 4GdwlS4gR9z9sRK for ; Tue, 3 Aug 2021 10:31:00 +1000 (AEST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 2A9A1389441E for ; Tue, 3 Aug 2021 00:30:57 +0000 (GMT) X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org 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 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-Spam-Status: No, score=-3125.4 required=5.0 tests=BAYES_00, GIT_PATCH_0, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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+incoming=patchwork.ozlabs.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). Reviewed-by: H.J. Lu 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',