1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03: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:
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

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