From patchwork Tue Feb 2 17:35:20 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 41906 X-Patchwork-Delegate: azanella@linux.vnet.ibm.com 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 BF5163870898; Tue, 2 Feb 2021 17:35:28 +0000 (GMT) X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from esa4.mentor.iphmx.com (esa4.mentor.iphmx.com [68.232.137.252]) by sourceware.org (Postfix) with ESMTPS id D4C1F3854813 for ; Tue, 2 Feb 2021 17:35:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D4C1F3854813 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=joseph_myers@mentor.com IronPort-SDR: x8lu0+9isbMRyqJHuHJYAUWCZq08LEBThnT4Xi/0GaYvfPmRhh4kfvReFRiAlQxiEVpl7wn3hL +W8apdUgoi85iSimUFZOgJCYQ+skGEMh57l0sT/mje92XuY6g1v8v6HNBfwDP+vq6otFYOFTFF TTIdRWX1jLbYOlKDPJI0c9fCMusinx5mm9snvBwlV5uk7lJfxq5O9xfBC9jhibGUq7uGEKOBso occspWdH3bHAnqCAeXHSE77bKx1SE3jcNGgH/npBOFrmMzRwqX0bNd7jwvuACi2tbq84wkTkEx lu4= X-IronPort-AV: E=Sophos;i="5.79,396,1602576000"; d="scan'208";a="57833367" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa4.mentor.iphmx.com with ESMTP; 02 Feb 2021 09:35:25 -0800 IronPort-SDR: q9zQ0mSFHRCVLsTeco1oWMc3ETg84c32hAhw+jnQBGJaVv//PU8eotCTggHWH1Wk4JRDFaNMxc s/lh1wCzoGraqAXcCBtLR9R/Fny3PfpE0oRfpePcRFxQSYTJ7IMdFNxE2jrRYncTRCBWl0/Nn+ VPw6mpZMHpj0uKiAmpS0dpeRrIZ0JjNdgzGbsCnFKe9ykgPjdgpZH8Cy4iIqol9+nbZQjtMnW5 Anymcm8213f4DV5f3YQ2l+8Zde0iymokSmVuCvS9yZ3RQRn8uQv08zC4RXfmD8g7nRO0hdKTo1 wA4= Date: Tue, 2 Feb 2021 17:35:20 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Subject: Use binutils 2.36 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-07.mgc.mentorg.com (139.181.222.7) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-3129.6 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.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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@sourceware.org Sender: "Libc-alpha" This patch makes build-many-glibcs.py use binutils 2.36 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 9c08ab7b32..071f338cbb 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -765,7 +765,7 @@ class Context(object): def checkout(self, versions): """Check out the desired component versions.""" - default_versions = {'binutils': 'vcs-2.35', + default_versions = {'binutils': 'vcs-2.36', 'gcc': 'vcs-10', 'glibc': 'vcs-mainline', 'gmp': '6.2.1',