aboutsummaryrefslogtreecommitdiff
path: root/config/libc/newlib.in.2
Commit message (Collapse)AuthorAgeFilesLines
* libc/newlib: add a config option allowing to disable builtin syscallsKévin PETIT2011-08-281-0/+10
| | | | | | | | | | Allows to choose if one wants to keep or not the syscalls that are provided with newlib. It passes the --disable-newlib-supplied-syscalls or --enable-newlib-supplied-syscalls to the configure script. If one chooses to disable the builtin syscalls, he/she will have to write his/her own. This can be usefull to port newlib to a new platform/board. Signed-off-by: Kévin PETIT <kpet@free.fr>
* kconfig: remove useless 'default n'Benoît THÉBAUDEAU"2011-05-311-4/+0
| | | | | | | kconfig bools are disabled by default, so specifying 'default n' is useless and noisy. This patch removes all occurrences of 'default n'. Signed-off-by: "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
* libc/newlib: add option to compile support for IOs on C99 formatsYann E. MORIN"2010-10-231-0/+7
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* libc/newlib: add option to compile support for long long IOsYann E. MORIN"2010-10-231-0/+7
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* libc/newlib: add option to compile support for float IOsYann E. MORIN"2010-10-231-0/+17
Adds support to enable/disable IOs of floating point values (float, double, and long double). Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>