Grissiom
8ad12057c4
Newlib: link with libm in default.
libm is a frequently used lib. Newlib is compiled with -ffunction-sections in recent GCC tool chains. The linker would just link in the functions that have been referenced. So setting this won't result in bigger text size.
RT-Thread
RT-Thread is an open source real-time operating system for embedded devices.
Description
Languages
C
97.6%
Assembly
1.9%
Python
0.3%
HTML
0.1%