From patchwork Mon Feb 3 20:39:52 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 37661 Received: (qmail 30922 invoked by alias); 3 Feb 2020 20:40:18 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 30892 invoked by uid 89); 3 Feb 2020 20:40:18 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-15.2 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: esa3.mentor.iphmx.com IronPort-SDR: 1W1dDFHNKTH/UNpJI9OhrPSPz8BnsCI22ULxVbWbFfqX68jQPxLimXKQ7EforkzKSgZ6Y8Icvn cRLPnc5We3eIqICEKQ8YXSTjvL2fU9EOBa97p4ouGSLQy8wJntq8z9GSl1Lq9/VuRkYxVC+52U k8FMQTAmn7usLTfFa5OEnD17R5robqi0mBVW2Hhfh0yncAzO7nuVD6/jM0KpLhEHzF+H9mUTWi e50zOhaZjkHIV8IueL+Pxhbz6lVihXpHtdYWkXn/vBovDzQpb4JIrF+NJGjyOMuQTdENIP7sUN sG0= IronPort-SDR: ksPg6p5bOcDyp3qI3telN+YX5fmSC0oHXI3OhcXQAMyCcCxFiYh9+jizOenUGtWKTVY9n/vU4v Ma5eHhDRcCsA== Date: Mon, 3 Feb 2020 20:39:52 +0000 From: Joseph Myers To: Subject: Use binutils 2.34 branch in build-many-glibcs.py [committed] Message-ID: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Return-Path: joseph@codesourcery.com This patch makes build-many-glibcs.py use binutils 2.34 branch. Tested with build-many-glibcs.py (compilers and glibcs builds). --- Committed. diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index c556cd8d8d..3625e667a9 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -729,7 +729,7 @@ class Context(object): def checkout(self, versions): """Check out the desired component versions.""" - default_versions = {'binutils': 'vcs-2.33', + default_versions = {'binutils': 'vcs-2.34', 'gcc': 'vcs-9', 'glibc': 'vcs-mainline', 'gmp': '6.1.2',