mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
site: strtod() works in glibc / musl
autoconf has a test for strtod(), which assumes non-working when cross-compiling, but it does work in both musl and recent glibc. coreutils (gnulib) does some additional tests on top of that, but assumes working glibc when >= 2.8 when cross compiling. It doesn't know about musl where the additional tests also work, though. (From OE-Core rev: c8429f707d9ac785f295492470ec8b9ff56c043b) Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a88dfc0ee8
commit
39abf8342b
@@ -15,6 +15,7 @@ ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
|
||||
ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
|
||||
ac_cv_type_uid_t={ac_cv_type_uid_t=yes}
|
||||
ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes}
|
||||
ac_cv_func_strtod=${ac_cv_func_strtod=yes}
|
||||
|
||||
# bash
|
||||
bash_cv_under_sys_siglist=${bash_cv_under_sys_siglist=yes}
|
||||
|
||||
Reference in New Issue
Block a user