From patchwork Tue Dec 15 22:58:24 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 41429 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 AE2EF3854804; Tue, 15 Dec 2020 22:58:33 +0000 (GMT) X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from esa2.mentor.iphmx.com (esa2.mentor.iphmx.com [68.232.141.98]) by sourceware.org (Postfix) with ESMTPS id 3F6983854804 for ; Tue, 15 Dec 2020 22:58:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 3F6983854804 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: I6XxKk4jmGlLSsksOX4b/k1bavxtXKWQxBqUOYGaEd02pq/g03XKZ/eHduLIM80XfE6ado5Zcl +0dQUowVtrlXJjptTOKVjeynqGvoOJ5pXvc5mkM2viyR0UiDofogYnKpZ9hA1zO59TU4jvV4N9 EqqfuamB5DXsQiUeKnXLWkiDErLC7cIYtf3ZRWo7QKLs+XNAeZms/iKfOoMtrcQ8aht0ei9XCM WpFSahpdlR3prJFk0Bpx4JkHmo2EzRSBuoQRNQRkfotVp5PBKVaMvNhEKqNlDP378U1BpLK2VK ccA= X-IronPort-AV: E=Sophos;i="5.78,422,1599552000"; d="scan'208";a="56215880" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa2.mentor.iphmx.com with ESMTP; 15 Dec 2020 14:58:30 -0800 IronPort-SDR: pxZlhS4B+aj6Wz4807PLjwKfq3Ho9Jz2EpIZjS8nC3oWIiRl8kTrLehmieU3B8IpTAHE1unxCr eNsc2y7LaYF4msvVUuPGH5VtAbxInMGYKEtnxFF/87T5BE3lFelz6Ud6oyzeYyTynPV1WrhZ24 16ub+fj38x8RaA8zLNsRfQ2mwNSNMIJ9prIrVLm/rYTQ0rJXai6cMmhAA9KE6363w1ub8dvMsc UUMrUqBzeh429Olou4suJD6mNUF5elzMaFMn3USj367tWqTDlyZVgaQXANXhCrIkhmHM4zGbA5 aLg= Date: Tue, 15 Dec 2020 22:58:24 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Subject: Use Linux 5.10 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-03.mgc.mentorg.com (139.181.222.3) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-3130.5 required=5.0 tests=BAYES_00, GIT_PATCH_0, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, RCVD_IN_DNSWL_NONE, 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 Linux 5.10. Tested with build-many-glibcs.py (host-libraries, compilers and glibcs builds). diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 277e81dfc0..4ae8166ccb 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -769,7 +769,7 @@ class Context(object): 'gcc': 'vcs-10', 'glibc': 'vcs-mainline', 'gmp': '6.2.1', - 'linux': '5.9', + 'linux': '5.10', 'mpc': '1.2.1', 'mpfr': '4.1.0', 'mig': 'vcs-mainline',