From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa3.mentor.iphmx.com (esa3.mentor.iphmx.com [68.232.137.180]) by sourceware.org (Postfix) with ESMTPS id C78513858D1E for ; Mon, 3 Oct 2022 23:08:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C78513858D1E 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.93,366,1654588800"; d="scan'208";a="83943899" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa3.mentor.iphmx.com with ESMTP; 03 Oct 2022 15:08:11 -0800 IronPort-SDR: V0fGPQD556y53orJgxKDNuVJHEAC7QWnQCHkPzq364deQ2l5CtXjwaf0fW11VSXa7/5dozrnee +pENcgVy6OytCJGOY0hsRFEPBlv4+s9ZHTG/bs7rgB88JEeMdcb3E3nNNnNLBR0gRtj9Y+0yrE WJpqXlXZp1syLvn2uqCYZoa4PPiy9K+BUfxHDyxzcP27bO8xqR1xMYhTItA8AevQZuG3tpGnaT xa5oxwdb4yAO3RWjIPoF8qkiMP3Ph/wL7HqBTBMFWKd6lL9cbapsFzDlMbOeWGjjBmAJYKAHMP 24s= Date: Mon, 3 Oct 2022 23:08:05 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Subject: Use Linux 6.0 in build-many-glibcs.py Message-ID: User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-11.mgc.mentorg.com (139.181.222.11) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3116.9 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 List-Id: This patch makes build-many-glibcs.py use Linux 6.0. 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 5d47c3b200..5af6f369ae 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -797,7 +797,7 @@ class Context(object): 'gcc': 'vcs-12', 'glibc': 'vcs-mainline', 'gmp': '6.2.1', - 'linux': '5.19', + 'linux': '6.0', 'mpc': '1.2.1', 'mpfr': '4.1.0', 'mig': 'vcs-mainline', -- Joseph S. Myers joseph@codesourcery.com