From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1105) id 04BD238582A7; Mon, 4 Jul 2022 13:16:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 04BD238582A7 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 12 branch in build-many-glibcs.py X-Act-Checkin: glibc X-Git-Author: Joseph Myers X-Git-Refname: refs/heads/master X-Git-Oldrev: a1bdd81664aa681364da368154c48501db249df9 X-Git-Newrev: c33ada0602fdc3fcf44d6c792844a14b060bbfce Message-Id: <20220704131619.04BD238582A7@sourceware.org> Date: Mon, 4 Jul 2022 13:16:19 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2022 13:16:19 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=c33ada0602fdc3fcf44d6c792844a14b060bbfce commit c33ada0602fdc3fcf44d6c792844a14b060bbfce Author: Joseph Myers Date: Mon Jul 4 13:15:58 2022 +0000 Use GCC 12 branch in build-many-glibcs.py This patch makes build-many-glibcs.py use GCC 12 branch by default. Tested with build-many-glibcs.py (host-libraries, compilers and glibcs builds). Diff: --- scripts/build-many-glibcs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 35b82752fa..cc058e115c 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -786,7 +786,7 @@ class Context(object): def checkout(self, versions): """Check out the desired component versions.""" default_versions = {'binutils': 'vcs-2.38', - 'gcc': 'vcs-11', + 'gcc': 'vcs-12', 'glibc': 'vcs-mainline', 'gmp': '6.2.1', 'linux': '5.18',