From patchwork Wed Feb 7 17:38:46 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 870542 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-90121-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="Lis5vk/4"; 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 3zc7q76CpKz9ryk for ; Thu, 8 Feb 2018 04:38:59 +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=gxQO56Jil56AHTtdR4wxpmIqrMqh+ kZmmDLKgx2SyOs266RuSCW+r7LDlLoN2EoQM5jqxndDH2Of9AGGscQYUXjQwIUwu 8Dm1MdDq/QTWqMrAKf8wYwpIp0VNaH4P/KTaXQ4kKTWMgR0j3ZCpkeahsPO9nJr6 NUudPdCa2Y4B7Q= 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=ye2+pDQKn2wP3sBEwG0P7gS0Bko=; b=Lis 5vk/4ghtRrpqmL1OIoTjenP7w4zJtJch9cZLlE7eIF+05uyi8w5Xbp3MNEeOmCov ylUJoBvPQqz6GE6GgmkhJ+GT162BUjQ6b7cl7J9glrmLT30OWVc2rDOIPEOonhs5 sIOktm66GtuTBEyKqMX2SMqjGZ54lwT7Ln6K8TLU= Received: (qmail 4736 invoked by alias); 7 Feb 2018 17:38:53 -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 4563 invoked by uid 89); 7 Feb 2018 17:38:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.5 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS, URIBL_RED autolearn=ham version=3.3.2 spammy= X-HELO: relay1.mentorg.com Date: Wed, 7 Feb 2018 17:38:46 +0000 From: Joseph Myers To: Subject: Use MPFR 4.0.1 in build-many-glibcs.py [committed] Message-ID: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 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) 2018-02-07 Joseph Myers * scripts/build-many-glibcs.py (Context.checkout): Default MPFR version to 4.0.1. diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 5be9b79..09c3c7c 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -718,7 +718,7 @@ class Context(object): 'gmp': '6.1.2', 'linux': '4.15', 'mpc': '1.1.0', - 'mpfr': '4.0.0', + 'mpfr': '4.0.1', 'mig': 'vcs-mainline', 'gnumach': 'vcs-mainline', 'hurd': 'vcs-mainline'}