mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Update versions in build-many-glibcs.py.
This patch updates build-many-glibcs.py to use the current release branch of binutils and current releases of GMP and the Linux kernel. * scripts/build-many-glibcs.py (Context.checkout): Default binutils version to 2.29 branch, GMP version to 6.1.2 and Linux kernel version to 4.12.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2017-07-04 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* scripts/build-many-glibcs.py (Context.checkout): Default
|
||||||
|
binutils version to 2.29 branch, GMP version to 6.1.2 and Linux
|
||||||
|
kernel version to 4.12.
|
||||||
|
|
||||||
2017-07-04 Florian Weimer <fweimer@redhat.com>
|
2017-07-04 Florian Weimer <fweimer@redhat.com>
|
||||||
|
|
||||||
* resolv/resolv_conf.c (struct resolv_conf_global): Clarify free
|
* resolv/resolv_conf.c (struct resolv_conf_global): Clarify free
|
||||||
|
@ -682,11 +682,11 @@ 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.28',
|
default_versions = {'binutils': 'vcs-2.29',
|
||||||
'gcc': 'vcs-7',
|
'gcc': 'vcs-7',
|
||||||
'glibc': 'vcs-mainline',
|
'glibc': 'vcs-mainline',
|
||||||
'gmp': '6.1.1',
|
'gmp': '6.1.2',
|
||||||
'linux': '4.11',
|
'linux': '4.12',
|
||||||
'mpc': '1.0.3',
|
'mpc': '1.0.3',
|
||||||
'mpfr': '3.1.5'}
|
'mpfr': '3.1.5'}
|
||||||
use_versions = {}
|
use_versions = {}
|
||||||
|
Reference in New Issue
Block a user