summaryrefslogtreecommitdiff
path: root/config/libc/newlib.in
AgeCommit message (Collapse)AuthorFilesLines
2010-12-12libc: hide no-thread for those C libraries that do not support itYann E. MORIN"1-0/+1
Building non-threaded glibc has been unsupported for a long time, now: http://sourceware.org/ml/libc-alpha/2005-08/msg00091.html As eglibc is a spin-off of glibc: ditto. So do not offer that possibility in the menuconfig. Thanks to Thomas Petazzoni for spotting, and helping to solve, the issue! Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2010-01-31libc/newlib: remove EXPERIMENTAL statusYann E. MORIN"1-1/+1
Although this have been only slightly tested, no one has really complained, and it seems to be working fine so far (on AVR32 at least).
2010-01-10libc/newlib: add latest versionYann E. MORIN"1-0/+6
2009-10-26libc/newlib: allow using CVS snapshotsYann E. MORIN"1-0/+21
The newlib "team" rolls new releases about once a year (december). This is quite a long time between releases, in case code was fixed. So, allow user to use a CVS snapshot to benefit early from fixes and enhancements to newlib.
2009-10-21libc/newlib: allow using newlib with archs other than avr32Yann E. MORIN"1-8/+8
2009-10-26libc/newlib: fix namespace in config fileYann E. MORIN"1-2/+2
C library config options should be prefixed with 'LIBC_'.
2009-09-13scripts: add new version at top of choiceYann E. MORIN"1-6/+4
Add new versions at the top of the choice menu, not at the bottom.
2009-06-20Misc AVR32 cleanups.Martin Lund1-1/+0
2009-05-23Added support for Atmel AVR32 headersMartin Lund"1-0/+12
2009-05-22Added initial AVR32 support (bare-metal,newlib)Martin Lund"1-0/+31