From patchwork Mon Jan 21 22:51:51 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 1028954 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-99476-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="FJklA3A+"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 43k6Hn0MxCz9s4s for ; Tue, 22 Jan 2019 09:52:04 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:mime-version :content-type; q=dns; s=default; b=lkANnREQGY2o2Q5dbmixNn1ASNjGc eUu6TEOnFkHtNBd10jhpJQZtwIngDQeaNU+5Tk+eeRgkHT/ub/19f0sGIK8GwIol FhNseO2qGVK4pJh1FvZgBh5D+t2q22JQA82U+qVMhfRl/rlnqCvEM9RGMXD1dNM7 TBAiLWdz+1jLpI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:mime-version :content-type; s=default; bh=Y7KCHTaqNP1WV3lfOEEfbAoTo8w=; b=FJk lA3A+TrvmCbyA2RfhTMzxao41heARbq6iuzBrEBBnz8RfY2H9ZqBuv9kFt2LhRZa kT17aqsYP++evvNESpbAZPyYTNZHivhsmmtFVbOxlsQx2aztUU6H3pkBSJJejgkH jy5ryBdkK3KeLVkPcr61yEU5BfwlscLXTYmANp4A= Received: (qmail 84404 invoked by alias); 21 Jan 2019 22:51:58 -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 84395 invoked by uid 89); 21 Jan 2019 22:51:58 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: relay1.mentorg.com Date: Mon, 21 Jan 2019 22:51:51 +0000 From: Joseph Myers To: Subject: Use binutils 2.32 branch in build-many-glibcs.py [committed] Message-ID: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Committed. 2019-01-21 Joseph Myers * scripts/build-many-glibcs.py (Context.checkout): Default binutils version to 2.32 branch. diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 14be5b71af..025876486a 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -710,7 +710,7 @@ class Context(object): def checkout(self, versions): """Check out the desired component versions.""" - default_versions = {'binutils': 'vcs-2.31', + default_versions = {'binutils': 'vcs-2.32', 'gcc': 'vcs-8', 'glibc': 'vcs-mainline', 'gmp': '6.1.2',