Use binutils 2.36 branch in build-many-glibcs.py

Message ID alpine.DEB.2.22.394.2102021735001.1378417@digraph.polyomino.org.uk
State Committed
Commit dfc3907cde01f1f15d962f3c9eda9fad1fc7b74f
Delegated to: Adhemerval Zanella Netto
Headers
Series Use binutils 2.36 branch in build-many-glibcs.py |

Commit Message

Joseph Myers Feb. 2, 2021, 5:35 p.m. UTC
  This patch makes build-many-glibcs.py use binutils 2.36 branch.

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

Comments

Adhemerval Zanella Feb. 4, 2021, 11:37 a.m. UTC | #1
On 02/02/2021 14:35, Joseph Myers wrote:
> This patch makes build-many-glibcs.py use binutils 2.36 branch.
> 
> Tested with build-many-glibcs.py (compilers and glibcs builds).

LGTM, thanks.

> 
> 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',
>
  

Patch

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',