]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use binutils 2.33 branch in build-many-glibcs.py.
authorJoseph Myers <joseph@codesourcery.com>
Mon, 30 Sep 2019 22:21:39 +0000 (22:21 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 30 Sep 2019 22:21:39 +0000 (22:21 +0000)
This patch makes build-many-glibcs.py default to binutils 2.33 branch.

Tested with build-many-glibcs.py (compilers and glibcs builds).

* scripts/build-many-glibcs.py (Context.checkout): Default
binutils version to 2.33 branch.

ChangeLog
scripts/build-many-glibcs.py

index 54288d2db81c43bfaf6db260d14149a513158872..180a1fd84f71a7ddcbdf44a0bbb00aebee54cc68 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-09-30  Joseph Myers  <joseph@codesourcery.com>
+
+       * scripts/build-many-glibcs.py (Context.checkout): Default
+       binutils version to 2.33 branch.
+
 2019-10-01  Lukasz Majewski <lukma@denx.de>
 
        * include/time.h (valid_timeval_to_timespec64): Add.
index b507de9f1f9fe126f2569d58556e1a46cd1dfe2d..4b3c4bfb76eba40c6b4bdd18a3c8f202a557e9b7 100755 (executable)
@@ -703,7 +703,7 @@ class Context(object):
 
     def checkout(self, versions):
         """Check out the desired component versions."""
-        default_versions = {'binutils': 'vcs-2.32',
+        default_versions = {'binutils': 'vcs-2.33',
                             'gcc': 'vcs-9',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.1.2',