From patchwork Thu Aug 6 12:26:01 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 40225 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 884AC3857C6C; Thu, 6 Aug 2020 12:26:28 +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 AEA793858D37 for ; Thu, 6 Aug 2020 12:26:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org AEA793858D37 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: eHogksQp1Zie4ygUkww6btVTX8P0ZqffV/bZGGZhDcnbI8E/DNjURMT3vNV4lmOhJ2VTenb56E frNrlp0lpVd2TAkERrfq2J26ps98UW5x6slQDOuUT5oPgIAan4OoBTC6eiEzz3t3cYS80yVayu JLeqiqUwRxuxZ/XRIvhj7zsaCTe+nuUgSEvFgCZDnTGTDmw1lWVQl2Bm4I6bouatTIG3C5RViE YLyAynZa8FKmyLD3eKUhp7JwD9VNy8br2+D2wHqiKBgMZpIq+zNYNlMiOqSCMnloUJVOz8Y1Fo HB8= X-IronPort-AV: E=Sophos;i="5.75,441,1589270400"; d="scan'208";a="53841325" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa1.mentor.iphmx.com with ESMTP; 06 Aug 2020 04:26:06 -0800 IronPort-SDR: 2cTkBre4DjTNj/OZUxPFoplbNA/IZ9EGeB7FhSpwTjnYYBLta/3xQRVVWkMw4Xe2gj0BwJhowy kpLGlYvLHZMo9sBDXjLHpNPQQyjQkN5Dc5foubDiZ0C3RbpzHnbrryMo8py+xkdyitiHPpJ7Fu VOg/W7kGB18hou7ssGmob6BcwiPpJysmlGEXacD7wD+dgSkIPyDjv+0J0YzE7sY+5f0RUvYJVm xQ4Gtq8zJKol3mT+cIXKVbdOZoObc9RBHHQNBmB9DkOvUu2NDOOaYhBGzMmB//YSTne0B6uNtV 9GI= Date: Thu, 6 Aug 2020 12:26:01 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Subject: Use Linux 5.8 in build-many-glibcs.py Message-ID: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: SVR-IES-MBX-04.mgc.mentorg.com (139.181.222.4) To SVR-IES-MBX-03.mgc.mentorg.com (139.181.222.3) X-Spam-Status: No, score=-3133.3 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.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.8. 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 efd9a9e6dc..325591b2c6 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -751,7 +751,7 @@ class Context(object): 'gcc': 'vcs-10', 'glibc': 'vcs-mainline', 'gmp': '6.2.0', - 'linux': '5.7', + 'linux': '5.8', 'mpc': '1.1.0', 'mpfr': '4.1.0', 'mig': 'vcs-mainline',