mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Use binutils 2.33 branch in build-many-glibcs.py.
This patch makes build-many-glibcs.py default to binutils 2.33 branch. Tested with build-many-glibcs.py (compilers and glibcs builds). * scripts/build-many-glibcs.py (Context.checkout): Default binutils version to 2.33 branch.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2019-09-30 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* scripts/build-many-glibcs.py (Context.checkout): Default
|
||||||
|
binutils version to 2.33 branch.
|
||||||
|
|
||||||
2019-10-01 Lukasz Majewski <lukma@denx.de>
|
2019-10-01 Lukasz Majewski <lukma@denx.de>
|
||||||
|
|
||||||
* include/time.h (valid_timeval_to_timespec64): Add.
|
* include/time.h (valid_timeval_to_timespec64): Add.
|
||||||
|
@ -703,7 +703,7 @@ class Context(object):
|
|||||||
|
|
||||||
def checkout(self, versions):
|
def checkout(self, versions):
|
||||||
"""Check out the desired component versions."""
|
"""Check out the desired component versions."""
|
||||||
default_versions = {'binutils': 'vcs-2.32',
|
default_versions = {'binutils': 'vcs-2.33',
|
||||||
'gcc': 'vcs-9',
|
'gcc': 'vcs-9',
|
||||||
'glibc': 'vcs-mainline',
|
'glibc': 'vcs-mainline',
|
||||||
'gmp': '6.1.2',
|
'gmp': '6.1.2',
|
||||||
|
Reference in New Issue
Block a user