diff options
author | André Draszik <andre.draszik@jci.com> | 2019-10-01 10:54:50 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-02 10:09:48 +0100 |
commit | efa2caab22e5c9b37132f869c91b8cbb400df1ee (patch) | |
tree | 969f887f7193b1f32a3ad91708007f17b717d3fd /meta/recipes-sato/l3afpad | |
parent | 42627175955260a26db549db5ec5813c2339aa99 (diff) | |
download | poky-efa2caab22e5c9b37132f869c91b8cbb400df1ee.tar.gz |
ruby: configure mis-detects isnan/isinf on musl
The configure script does not detect isnan/isinf as macros
as is the case in musl:
checking for isinf... no
checking for isnan... no
Backport an upstream patch from 2.7.0-preview1 to address this:
checking whether isinf is declared... yes
checking whether isnan is declared... yes
(From OE-Core rev: b1afaccdba31341cace4b8d84d118ca76098587e)
Signed-off-by: André Draszik <andre.draszik@jci.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/l3afpad')
0 files changed, 0 insertions, 0 deletions