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

Message ID alpine.DEB.2.22.394.2108030030070.701636@digraph.polyomino.org.uk
State Committed
Commit 1d7b32ee6145c46c4f4f8a208a6b72e0668d7cf3
Headers
Series Use binutils 2.37 branch in build-many-glibcs.py |

Checks

Context Check Description
dj/TryBot-apply_patch success Patch applied to master at the time it was sent
dj/TryBot-32bit success Build for i686

Commit Message

Joseph Myers Aug. 3, 2021, 12:30 a.m. UTC
  This patch makes build-many-glibcs.py use binutils 2.37 branch.

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

Comments

Joseph Myers Aug. 9, 2021, 4:49 p.m. UTC | #1
Ping.  This patch 
<https://sourceware.org/pipermail/libc-alpha/2021-August/129758.html> is 
pending review.
  
H.J. Lu Aug. 9, 2021, 4:53 p.m. UTC | #2
On Mon, Aug 2, 2021 at 5:31 PM Joseph Myers <joseph@codesourcery.com> wrote:
>
> This patch makes build-many-glibcs.py use binutils 2.37 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 5a77af90a6..0322ed19a8 100755
> --- a/scripts/build-many-glibcs.py
> +++ b/scripts/build-many-glibcs.py
> @@ -778,7 +778,7 @@ class Context(object):
>
>      def checkout(self, versions):
>          """Check out the desired component versions."""
> -        default_versions = {'binutils': 'vcs-2.36',
> +        default_versions = {'binutils': 'vcs-2.37',
>                              'gcc': 'vcs-11',
>                              'glibc': 'vcs-mainline',
>                              'gmp': '6.2.1',
>
> --
> Joseph S. Myers
> joseph@codesourcery.com

LGTM.

Reviewed-by: H.J. Lu <hjl.tools@gmail.com>

Thanks.
  

Patch

diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 5a77af90a6..0322ed19a8 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -778,7 +778,7 @@  class Context(object):
 
     def checkout(self, versions):
         """Check out the desired component versions."""
-        default_versions = {'binutils': 'vcs-2.36',
+        default_versions = {'binutils': 'vcs-2.37',
                             'gcc': 'vcs-11',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.1',