Samuel Thibault <samuel.thiba...@gnu.org> skribis: > Ludovic Courtès, le Wed 29 Apr 2015 21:40:13 +0200, a écrit : >> The last missing bit upstream is a libc-for-hurd tarball. > > I have prepared a master-glibc branch in the libpthread repo.
Excellent! > $ git clone git.savannah.gnu.org:/srv/git/hurd/glibc.git/ > $ cd glibc > $ git checkout tschwinge/Roger_Whittaker > $ git clone git.savannah.gnu.org:/srv/git/hurd/libpthread.git/ > $ cd libpthread > $ git checkout master-glibc > $ cd .. > $ mkdir build > $ cd build > $ CFLAGS=-O2 ../configure --prefix=/ --enable-add-ons=libpthread > --enable-pt_chown --disable-nscd > $ make > $ make check -k It would be nice to tag commits that correspond to glibc X.Y plus Hurd-specific patches. We could have, say, glibc-2.21-hurd1, similar to the version names used by IceCat and Linux-libre. Anyway, a big thank you! Ludo’.