mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-10 19:30:10 +00:00
hurd build-many-glibcs.py: use hurd mainline for now
* scripts/build-many-glibcs.py (checkout_vcs): Make hurd mainline the default for now.
This commit is contained in:
parent
65f6c94e68
commit
47c4b4b060
@ -39,7 +39,7 @@
|
||||
2018-01-25 Samuel Thibault <samuel.thibault@ens-lyon.org>
|
||||
|
||||
* scripts/build-many-glibcs.py (checkout_vcs): Add hurd repository
|
||||
URL, and run autoconf.
|
||||
URL, and run autoconf, make it the default for now.
|
||||
|
||||
2018-01-24 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
|
@ -706,7 +706,7 @@ class Context(object):
|
||||
'mpfr': '4.0.0',
|
||||
'mig': '1.8',
|
||||
'gnumach': '1.8',
|
||||
'hurd': '0.9'}
|
||||
'hurd': 'vcs-mainline'}
|
||||
use_versions = {}
|
||||
explicit_versions = {}
|
||||
for v in versions:
|
||||
|
Loading…
Reference in New Issue
Block a user