From: Joseph Myers Date: Thu, 4 Feb 2021 16:00:36 +0000 (+0000) Subject: Use binutils 2.36 branch in build-many-glibcs.py. X-Git-Tag: glibc-2.34~983 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfc3907cde01f1f15d962f3c9eda9fad1fc7b74f;p=thirdparty%2Fglibc.git Use binutils 2.36 branch in build-many-glibcs.py. This patch makes build-many-glibcs.py use binutils 2.36 branch. Tested with build-many-glibcs.py (compilers and glibcs builds). --- diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 9c08ab7b326..071f338cbbc 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -765,7 +765,7 @@ class Context(object): def checkout(self, versions): """Check out the desired component versions.""" - default_versions = {'binutils': 'vcs-2.35', + default_versions = {'binutils': 'vcs-2.36', 'gcc': 'vcs-10', 'glibc': 'vcs-mainline', 'gmp': '6.2.1',