]> code.ossystems Code Review - openembedded-core.git/commit
site: strtod() works in glibc / musl
authorAndré Draszik <git@andred.net>
Fri, 10 Jan 2020 16:53:01 +0000 (16:53 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 11 Jan 2020 09:17:20 +0000 (09:17 +0000)
commitc8429f707d9ac785f295492470ec8b9ff56c043b
treeeffaa94bc4ddf6cab525ab42f28cac8ccb93c29d
parent4522648758dc59f5ece736a0c1c0e95dcc7dafd1
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.

Signed-off-by: André Draszik <git@andred.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/site/common-glibc
meta/site/common-musl