mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-07 13:28:05 +08: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:
parent
65f6c94e68
commit
47c4b4b060
@ -39,7 +39,7 @@
|
|||||||
2018-01-25 Samuel Thibault <samuel.thibault@ens-lyon.org>
|
2018-01-25 Samuel Thibault <samuel.thibault@ens-lyon.org>
|
||||||
|
|
||||||
* scripts/build-many-glibcs.py (checkout_vcs): Add hurd repository
|
* 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>
|
2018-01-24 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
@ -706,7 +706,7 @@ class Context(object):
|
|||||||
'mpfr': '4.0.0',
|
'mpfr': '4.0.0',
|
||||||
'mig': '1.8',
|
'mig': '1.8',
|
||||||
'gnumach': '1.8',
|
'gnumach': '1.8',
|
||||||
'hurd': '0.9'}
|
'hurd': 'vcs-mainline'}
|
||||||
use_versions = {}
|
use_versions = {}
|
||||||
explicit_versions = {}
|
explicit_versions = {}
|
||||||
for v in versions:
|
for v in versions:
|
||||||
|
Loading…
Reference in New Issue
Block a user