This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Use binutils 2.33 branch in build-many-glibcs.py [committed]
- From: Joseph Myers <joseph at codesourcery dot com>
- To: <libc-alpha at sourceware dot org>
- Date: Mon, 30 Sep 2019 22:22:19 +0000
- Subject: Use binutils 2.33 branch in build-many-glibcs.py [committed]
- Ironport-sdr: +WQjZJWh2eJH89dOGmiWbfEKSi5VSIaxJ11DawrPPYP4h2NyiSxpBIedJ/Gswg4JhnzRPQJA+2 0hBTFK25lixjOWCXyKMl4n2LudUgm5PEgOWrXJ90B1Yux3wTREQPGD2WVX2VNaKpGrWJPHMUxC Pf6M3PyLpEmzo8z8qTKQFgx7YyCejuPxiGjYdsIwRcbzDaxeApCg3cuWDeL/GW3h8lJ2qJ42xY Y/3MujKNUbX/k+qWHbC2SyYvoqV+spwpfRipucErnTdx6ojaYF/Qt9gRFKqwXkCW9nwLXXRF5Q qMg=
- Ironport-sdr: 1N6ZikBkIcpHVyaS/7OuiF9pLCAIbNI8nP7oVuKZ/LueKJUVuXCdkCw3jlZG4ZYKHcnZqacS1D H0K0cZwLUIZL6XaA6iCwqEuQwpR+6dRwWh0dObp8YHI1ifTWCqCLojNzm+0CzTSeII6elK4haT 1+GQCLj7iMj6DLkBzulqjXwkMy2YC/gZ4EqU7XTRiPrTGUACVdUreB/KnOBp8A4i4fsrVqE3RK nbpqQSQJjybyzGySvYjuCgCU74n/6/pVDa9M6AlGF1zG55js5n48+QzK5snUPR8d/24KEBqbgx rOo=
This patch makes build-many-glibcs.py default to binutils 2.33 branch.
Tested with build-many-glibcs.py (compilers and glibcs builds).
2019-09-30 Joseph Myers <joseph@codesourcery.com>
* scripts/build-many-glibcs.py (Context.checkout): Default
binutils version to 2.33 branch.
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index b507de9f1f..4b3c4bfb76 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',
--
Joseph S. Myers
joseph@codesourcery.com