aboutsummaryrefslogtreecommitdiff
path: root/config/libc/uClibc.in.2
Commit message (Collapse)AuthorAgeFilesLines
* libc: rename the threads optionsYann E. MORIN2014-07-281-3/+3
| | | | | | | | | Use a more coherent naming for the options. This will help commonalise the native case (e.g. NPTL on Linux, win32 on Windows), and add alternate implementations (e.g. musl.) Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Bryan Hundven <bryanhundven@gmail.com>
* libc/uClibc: add option to enable fenvYann E. MORIN"2014-01-041-0/+15
| | | | | | | | | Support for fenv.h is a little bit more tricky that enabling it only for x86-32 is not right. Add an option for the user to choose whther to install fenv.h or not. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* kconfig: remove useless 'default n'Benoît THÉBAUDEAU"2011-05-311-2/+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-uclibc: move optionsYann E. MORIN"2010-07-261-0/+31
|
* libc/uClibc: enable NPTL for snapshotsYann E. MORIN"2010-07-031-2/+4
| | | | | Recently, NPTL has matured a lot in uClibc, and more and more people are interested to at least give it a try. So enable it.
* libc/uClibc: apply the threading model to the configurationYann E. MORIN"2010-06-091-0/+36
The threading model shall be be set in the .config file. Also, offer the choice between 'old/stable' and 'new' linuxthreads.