From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1105) id 8F85A3858D1E; Tue, 2 May 2023 13:58:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8F85A3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1683035893; bh=+mt/XUh9Gti8ZLsZSGtbPx53BhZUKHKvcsft8Xn9rLM=; h=From:To:Subject:Date:From; b=G8llKVRNKqnNhDzCgdiqyGPCiOWyW416m/r9jB2CDWuQhT0HMNmQMkXH813vAP0up 81Op8HO0NxWD+j7qvvOOXeJ5+yI7So60+Q6ec3LOQiNYABNw9C7XesGvjsfA/UHzeA 985g/GUD1N80b7/9WrD9W8FApODiuoqLmlsiCCFM= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Joseph Myers To: glibc-cvs@sourceware.org Subject: [glibc] Use GCC 13 branch, Linux 6.3 in build-many-glibcs.py X-Act-Checkin: glibc X-Git-Author: Joseph Myers X-Git-Refname: refs/heads/master X-Git-Oldrev: e6a252758cbadb13654e66e1f2445ef6f8a4dea0 X-Git-Newrev: 2ed072d20145ce67d4f28052a753b72b12bd6977 Message-Id: <20230502135813.8F85A3858D1E@sourceware.org> Date: Tue, 2 May 2023 13:58:13 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=2ed072d20145ce67d4f28052a753b72b12bd6977 commit 2ed072d20145ce67d4f28052a753b72b12bd6977 Author: Joseph Myers Date: Tue May 2 13:57:58 2023 +0000 Use GCC 13 branch, Linux 6.3 in build-many-glibcs.py This patch updates build-many-glibcs.py to use Linux 6.3 and GCC 13 branch by default. Tested with build-many-glibcs.py (host-libraries, compilers and glibc builds). Diff: --- scripts/build-many-glibcs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index acc9e2982d..97b6862167 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -792,10 +792,10 @@ class Context(object): def checkout(self, versions): """Check out the desired component versions.""" default_versions = {'binutils': 'vcs-2.40', - 'gcc': 'vcs-12', + 'gcc': 'vcs-13', 'glibc': 'vcs-mainline', 'gmp': '6.2.1', - 'linux': '6.2', + 'linux': '6.3', 'mpc': '1.3.1', 'mpfr': '4.2.0', 'mig': 'vcs-mainline',