Re: Add cross-compilation results for GNU/Hurd

2017-12-29 Thread Samuel Thibault
Bruno Haible, on ven. 29 déc. 2017 17:35:47 +0100, wrote: > Lesson learned: Hurd is a cross-compilation target, not only Linux (where it > is well-known, because of systems like busybox or buildroot). Yes, in Debian we cross-build between Linux & Hurd :) Samuel

Add cross-compilation results for GNU/Hurd

2017-12-29 Thread Samuel Thibault
Hello, While cross-compilling packages using gnulib, we are getting different results on GNU/Hurd, because the test results are not preseeded in the .m4 files. The attached patch updates them. Samuel m4/calloc.m4: Add GNU/Hurd guess. m4/cbrtl.m4: Likewise. m4/ceil.m4: Likewise. m4/ceilf.m4: Like

Re: test-open failure on Hurd

2009-10-03 Thread Samuel Thibault
Eric Blake, le Fri 02 Oct 2009 18:32:20 -0600, a écrit : > But meanwhile, the point of test-open was to test that opening > a non-directory with a trailing slash fails, Ok. > Therefore, we can fix the testsuite to be more portable by testing > something other than /dev/null/. I'm checking this i