]> sourceware.org Git - glibc.git/commitdiff
Use GCC 9 in build-many-glibcs.py.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 7 May 2019 14:46:11 +0000 (14:46 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 7 May 2019 14:46:11 +0000 (14:46 +0000)
* scripts/build-many-glibcs.py (Context.checkout): Default GCC
version to 9 branch.

ChangeLog
scripts/build-many-glibcs.py

index c71f249125b0596b7ebce32e11d171c3ee4acc96..1ddb948fa8bd694d99575051545dce02ade9a379 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-05-07  Joseph Myers  <joseph@codesourcery.com>
+
+       * scripts/build-many-glibcs.py (Context.checkout): Default GCC
+       version to 9 branch.
+
 2019-05-03  Anton Youdkevitch  <anton.youdkevitch@bell-sw.com>
 
        * sysdeps/aarch64/multiarch/ifunc-impl-list.c: Added
index fd811af9b30ca7991ecb077355d186e9625dae8f..6f9a35331ff5064da5fd837d13d175ab8e95ddef 100755 (executable)
@@ -711,7 +711,7 @@ class Context(object):
     def checkout(self, versions):
         """Check out the desired component versions."""
         default_versions = {'binutils': 'vcs-2.32',
-                            'gcc': 'vcs-8',
+                            'gcc': 'vcs-9',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.1.2',
                             'linux': '5.0',
This page took 0.070107 seconds and 5 git commands to generate.