From patchwork Sat Jan 7 02:04:49 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 62828 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 9FDFD385841E for ; Sat, 7 Jan 2023 02:05:08 +0000 (GMT) X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from esa1.mentor.iphmx.com (esa1.mentor.iphmx.com [68.232.129.153]) by sourceware.org (Postfix) with ESMTPS id B8D193858D33 for ; Sat, 7 Jan 2023 02:04:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B8D193858D33 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="5.96,307,1665475200"; d="scan'208";a="95957595" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa1.mentor.iphmx.com with ESMTP; 06 Jan 2023 18:04:53 -0800 IronPort-SDR: U+2H2iCLB2bbI1aBT3HfGkiJaKjxfHhEYHDZZNavSmeQQ1P4eYbHAicIF25Kr9lCkWHB7BtDZB f4ozHpLFuodvuLkg0BPndQldAeFBw7k4LyyDIBjB3T81NX2Fye3FxEXAIL0adhOPJpKZ1B4EQK Z+o2236WDKgZJ/gKg2ssQSux6uqlk+MWfEuLk/lKBe1N53OmUanhAC6e/5Gb693tMwnJ14dhUF S1Wa/efAMcmJYmX6oY0bKxhr33RESLmBV5HW1ufsI0vc3PK6eVXDEBcPRPOZbXiYR8mkL+dbB8 gPI= Date: Sat, 7 Jan 2023 02:04:49 +0000 From: Joseph Myers To: Subject: Use MPFR 4.2.0, MPC 1.3.1 in build-many-glibcs.py Message-ID: <67204159-e875-bd81-b2ab-7e25c38921b8@codesourcery.com> MIME-Version: 1.0 X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-13.mgc.mentorg.com (139.181.222.13) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3115.1 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.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) 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+patchwork=sourceware.org@sourceware.org Sender: "Libc-alpha" This patch makes build-many-glibcs.py use the new MPFR 4.2.0 and MPC 1.3.1 releases. Tested with build-many-glibcs.py (host-libraries, compilers and glibcs builds). Reviewed-by: Adhemerval Zanella diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index f23c2d374b..50c51d49c0 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -798,8 +798,8 @@ class Context(object): 'glibc': 'vcs-mainline', 'gmp': '6.2.1', 'linux': '6.1', - 'mpc': '1.2.1', - 'mpfr': '4.1.0', + 'mpc': '1.3.1', + 'mpfr': '4.2.0', 'mig': 'vcs-mainline', 'gnumach': 'vcs-mainline', 'hurd': 'vcs-mainline'}