From dfc3907cde01f1f15d962f3c9eda9fad1fc7b74f Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 4 Feb 2021 16:00:36 +0000 Subject: [PATCH] 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). --- scripts/build-many-glibcs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 9c08ab7b32..071f338cbb 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', -- 2.11.4.GIT