commit: 2728e47996e63090aed585dfdcec9cbca32f8bbd Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Mar 10 11:45:18 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Mar 15 22:21:10 2026 +0000 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=2728e479
wrappers: site: add hurd-gnu These are mostly needed because autoconf before 1a449f4d791f15d9f16fa00dace90e25530f1725 only looked for *-gnu*, not gnu* in the os field of the tuple. Copy linux and prune some bits out. I've not added hurd by itself given only glibc supports it and it's not clear what a non-glibc hurd would look like. Signed-off-by: Sam James <sam <AT> gentoo.org> wrappers/site/hurd-gnu | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/wrappers/site/hurd-gnu b/wrappers/site/hurd-gnu new file mode 100644 index 0000000..aea369f --- /dev/null +++ b/wrappers/site/hurd-gnu @@ -0,0 +1,9 @@ +ac_cv_func_calloc_0_nonnull=yes +enable_malloc0returnsnull=yes +ac_cv_func_realloc_0_nonnull=yes +ac_cv_func_malloc_0_nonnull=yes +gl_cv_func_strcasecmp_works=yes + +ac_cv_buggy_getaddrinfo=no +ac_cv_file__dev_ptmx=no +ac_cv_file__dev_ptc=no
