mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 18:48:11 +08:00
f1d180d56e
The reason for removing math.h is that undefining __GLIBC__ does not take effect. By default, sim will use the toolchain's math library and undef __GLIBC__ in the source file. Signed-off-by: cuiziwei <cuiziwei@xiaomi.com>