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:
Samuel Thibault 2018-01-26 02:35:10 +01:00
parent 65f6c94e68
commit 47c4b4b060
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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: