incubator-nuttx/libs/libm
yanghuatao 3ccc5f0f76 libm/newlib: fix newlib build error
Fix error :
nuttx/libs/libm/newlib/include/math.h:89:8: error: ‘_Thread_local’ does not name a type; did you mean ‘thread_local’?
   89 | extern _Thread_local int _tls_gamma_signgam;
      |        ^~~~~~~~~~~~~
      |        thread_local
In file included from /mnt/nuttx/include/libcxx/math.h:300,
                 from /mnt/nuttx/include/libcxx/cmath:308,
                 from /mnt/nuttx/include/libcxx/charconv:79,
                 from libcxx/src/string.cpp:10:
/mnt/nuttx/libs/libm/newlib/include/math.h:89:8: error: ‘_Thread_local’ does not name a type; did you mean ‘thread_local’?
   89 | extern _Thread_local int _tls_gamma_signgam;

Signed-off-by: yanghuatao <yanghuatao@xiaomi.com>
2023-08-08 19:41:58 -03:00
..
bin libs/libm/bin/Makefile: fix nxstyle 2023-05-18 19:31:12 +08:00
kbin libs/libm/kbin/Makefile: fix nxstyle 2023-05-18 19:31:12 +08:00
libm cmake: support arm specific libm 2023-07-14 21:33:53 +08:00
libmcs libm/libmcs: Fix undefined symbol `fesetround' 2023-07-11 00:25:16 +08:00
newlib libm/newlib: fix newlib build error 2023-08-08 19:41:58 -03:00
openlibm libm/openlibm: add math library openlibm support. 2023-04-25 20:37:00 +08:00
CMakeLists.txt cmake: support arm specific libm 2023-07-14 21:33:53 +08:00
Kconfig libm/libmcs: add math library libmcs support 2023-04-29 13:47:28 +08:00
Makefile libs/libm/Makefile: fix nxstyle 2023-05-18 19:31:12 +08:00
libm.csv