hurd: fix gcc build in build-many-glibcs.py
commitd4d5b2ddf348bd1e310a5d73da58bae9ec09a41e
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 27 Jan 2018 18:53:44 +0000 (27 19:53 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 27 Jan 2018 18:54:38 +0000 (27 19:54 +0100)
treebc6bbc3d6ba1e35a47db67055a19554cf8b30b41
parent61a3a8c6ce4e6d42c900ce83cc69256e0b0589a3
hurd: fix gcc build in build-many-glibcs.py

gcc's libcilkrts has never actually supported GNU/Hurd, and doesn't
automatically disable it, and the support was actually removed in gcc trunk,
so that will never actually be fixed there.

* scripts/build-many-glibcs.py [os == gnu] (build_gcc): Pass
--disable-libcilkrts to gcc configure.
ChangeLog
scripts/build-many-glibcs.py