rtt-f030/components/libc/newlib
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.
2013-01-11 15:13:11 +08:00
..
sys Re-normalizing the repo 2013-01-08 22:40:58 +08:00
SConscript Newlib: link with libm in default. 2013-01-11 15:13:11 +08:00
libc.c remove the dependence of device file system when enable newlib. 2012-02-17 16:26:49 +00:00
libc.h Re-normalizing the repo 2013-01-08 22:40:58 +08:00
syscalls.c fix preprocessor mistake. 2012-11-24 08:02:56 +00:00