mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 02:18:38 +08:00
11dc1df189
Currently the code for strtof, strtod and strtold is in the list of files to compile unconditionally, but when trying to compile kernel with toolchain without libm support (LIBM_NONE=y) compilation fails because code refers math.h Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>