]> Savannah Git Hosting - gnulib.git/commit
Add cross-compilation guesses for MidnightBSD.
authorBruno Haible <bruno@clisp.org>
Sun, 7 Feb 2021 20:33:13 +0000 (21:33 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 7 Feb 2021 20:33:13 +0000 (21:33 +0100)
commit71a8a22eac2abfa80ae4d35462fa0733c688383c
tree081c43704d6db86e9c553be723bba12e221a69fe
parentae05418d45b65c052f387f05df1fb048c776b172
Add cross-compilation guesses for MidnightBSD.

* m4/malloc.m4 (_AC_FUNC_MALLOC_IF): When cross-compiling, use the
result from native compilation.
* m4/realloc.m4 (_AC_FUNC_REALLOC_IF): Likewise.
* m4/mbrtoc32.m4 (gl_MBRTOC32_SANITYCHECK): Likewise.
* m4/mprotect.m4 (gl_FUNC_MPROTECT_WORKS): Likewise.
* m4/posix_spawn.m4 (gl_POSIX_SPAWN_SECURE): Likewise.
* m4/printf.m4 (gl_PRINTF_SIZES_C99, gl_PRINTF_INFINITE,
gl_PRINTF_INFINITE_LONG_DOUBLE, gl_PRINTF_DIRECTIVE_F,
gl_SNPRINTF_TRUNCATION_C99, gl_SNPRINTF_RETVAL_C99,
gl_SNPRINTF_DIRECTIVE_N, gl_VSNPRINTF_ZEROSIZE_C99): Likewise.
* m4/strfmon_l.m4 (gl_FUNC_STRFMON_L): Likewise.
* m4/setlocale_null.m4 (gl_FUNC_SETLOCALE_NULL): Use predetermined
result on MidnightBSD.
ChangeLog
m4/malloc.m4
m4/mbrtoc32.m4
m4/mprotect.m4
m4/posix_spawn.m4
m4/printf.m4
m4/realloc.m4
m4/setlocale_null.m4
m4/strfmon_l.m4