aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rwxr-xr-xscripts/build-many-glibcs.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9958e7c0b3..9eedd2bb72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 113352c089..8a2e068577 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -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: