Skip to content

Commit 47c4b4b

Browse files
committed
hurd build-many-glibcs.py: use hurd mainline for now
* scripts/build-many-glibcs.py (checkout_vcs): Make hurd mainline the default for now.
1 parent 65f6c94 commit 47c4b4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ChangeLog

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
2018-01-25 Samuel Thibault <[email protected]>
4040

4141
* scripts/build-many-glibcs.py (checkout_vcs): Add hurd repository
42-
URL, and run autoconf.
42+
URL, and run autoconf, make it the default for now.
4343

4444
2018-01-24 Joseph Myers <[email protected]>
4545

scripts/build-many-glibcs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ def checkout(self, versions):
706706
'mpfr': '4.0.0',
707707
'mig': '1.8',
708708
'gnumach': '1.8',
709-
'hurd': '0.9'}
709+
'hurd': 'vcs-mainline'}
710710
use_versions = {}
711711
explicit_versions = {}
712712
for v in versions:

0 commit comments

Comments
 (0)