]> sourceware.org Git - glibc.git/commitdiff
Use GCC 10 branch in build-many-glibcs.py.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 6 May 2020 15:41:55 +0000 (15:41 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 6 May 2020 15:41:55 +0000 (15:41 +0000)
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).

scripts/build-many-glibcs.py

index 4832912b28b929998d899c8c87c78e7cf56e207f..6c6615b200d9ba82cd2f84b8767e39b017868d06 100755 (executable)
@@ -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',
This page took 0.043849 seconds and 5 git commands to generate.