public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] Use GCC 10 branch in build-many-glibcs.py.
@ 2020-05-06 15:42 Joseph Myers
  0 siblings, 0 replies; only message in thread
From: Joseph Myers @ 2020-05-06 15:42 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=99a327f801f7dbc8ca33b202718ef5bd0bf02ba5

commit 99a327f801f7dbc8ca33b202718ef5bd0bf02ba5
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed May 6 15:41:55 2020 +0000

    Use GCC 10 branch in build-many-glibcs.py.
    
    This updates the default GCC version used in build-many-glibcs.py when
    no version is specified explicitly.  I'm replacing my bot using GCC 8
    with one using GCC 10 (leaving the GCC 9 and GCC mainline bots running
    as at present).

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 4832912b28..6c6615b200 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -747,7 +747,7 @@ class Context(object):
     def checkout(self, versions):
         """Check out the desired component versions."""
         default_versions = {'binutils': 'vcs-2.34',
-                            'gcc': 'vcs-9',
+                            'gcc': 'vcs-10',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.0',
                             'linux': '5.6',


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-05-06 15:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-06 15:42 [glibc] Use GCC 10 branch in build-many-glibcs.py Joseph Myers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).