From: Joseph Myers Date: Mon, 30 Sep 2019 22:21:39 +0000 (+0000) Subject: Use binutils 2.33 branch in build-many-glibcs.py. X-Git-Tag: changelog-ends-here~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5b67ecec1de9c9425a96cb8a7699b104c106de7;p=thirdparty%2Fglibc.git Use binutils 2.33 branch in build-many-glibcs.py. 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. --- diff --git a/ChangeLog b/ChangeLog index 54288d2db81..180a1fd84f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-09-30 Joseph Myers + + * scripts/build-many-glibcs.py (Context.checkout): Default + binutils version to 2.33 branch. + 2019-10-01 Lukasz Majewski * include/time.h (valid_timeval_to_timespec64): Add. diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index b507de9f1f9..4b3c4bfb76e 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -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',