From: Samuel Thibault Date: Fri, 26 Jan 2018 01:35:10 +0000 (+0100) Subject: hurd build-many-glibcs.py: use hurd mainline for now X-Git-Tag: glibc-2.27~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47c4b4b060db0290022dcc37cab7b5ff4bdb5c32;p=thirdparty%2Fglibc.git hurd build-many-glibcs.py: use hurd mainline for now * scripts/build-many-glibcs.py (checkout_vcs): Make hurd mainline the default for now. --- diff --git a/ChangeLog b/ChangeLog index 9958e7c0b3e..9eedd2bb729 100644 --- a/ChangeLog +++ b/ChangeLog @@ -39,7 +39,7 @@ 2018-01-25 Samuel Thibault * 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 diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 113352c089d..8a2e068577a 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: