mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
Update build-many-glibcs.py binutils, mpfr, mpc versions.
* scripts/build-many-glibcs.py (Context.checkout): Default binutils version to 2.30 branch, MPFR version to 4.0.0 and MPC version to 1.1.0.
This commit is contained in:
parent
505d391004
commit
16d0f6ac3e
@ -1,3 +1,9 @@
|
||||
2018-01-15 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* scripts/build-many-glibcs.py (Context.checkout): Default
|
||||
binutils version to 2.30 branch, MPFR version to 4.0.0 and MPC
|
||||
version to 1.1.0.
|
||||
|
||||
2018-01-13 Carlos O'Donell <carlos@redhat.com>
|
||||
|
||||
[BZ #22707]
|
||||
|
@ -688,13 +688,13 @@ class Context(object):
|
||||
|
||||
def checkout(self, versions):
|
||||
"""Check out the desired component versions."""
|
||||
default_versions = {'binutils': 'vcs-2.29',
|
||||
default_versions = {'binutils': 'vcs-2.30',
|
||||
'gcc': 'vcs-7',
|
||||
'glibc': 'vcs-mainline',
|
||||
'gmp': '6.1.2',
|
||||
'linux': '4.14',
|
||||
'mpc': '1.0.3',
|
||||
'mpfr': '3.1.6'}
|
||||
'mpc': '1.1.0',
|
||||
'mpfr': '4.0.0'}
|
||||
use_versions = {}
|
||||
explicit_versions = {}
|
||||
for v in versions:
|
||||
|
Loading…
Reference in New Issue
Block a user