aboutsummaryrefslogtreecommitdiff
path: root/config/libc/newlib.in
Commit message (Collapse)AuthorAgeFilesLines
* libc/newlib: add latest versionYann E. MORIN"2011-07-071-0/+6
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* configure: do not require cvsYann E. MORIN"2011-07-041-0/+1
| | | | | | | cvs is used to get newlib directly from its repository. Missing cvs will only allow getting newlib from the released tarballs. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* config: fix recursive depsYann E. MORIN"2011-05-081-10/+10
| | | | | | | | | | | The latest kconfig stuff is more stringent when it comes to validating the dependency of the symbols. It is no longer possible to have a symbol depend on itself (such as our construct for arch/cc/libc/... was doing). Fix our generated-file infrastructure to avoid these situations when the new kconfig stuff will be merged (in a following changeset). Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* libc: hide no-thread for those C libraries that do not support itYann E. MORIN"2010-12-121-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>
* libc/newlib: remove EXPERIMENTAL statusYann E. MORIN"2010-01-311-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).
* libc/newlib: add latest versionYann E. MORIN"2010-01-101-0/+6
|
* libc/newlib: allow using CVS snapshotsYann E. MORIN"2009-10-261-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.
* libc/newlib: allow using newlib with archs other than avr32Yann E. MORIN"2009-10-211-8/+8
|
* libc/newlib: fix namespace in config fileYann E. MORIN"2009-10-261-2/+2
| | | | C library config options should be prefixed with 'LIBC_'.
* scripts: add new version at top of choiceYann E. MORIN"2009-09-131-6/+4
| | | | Add new versions at the top of the choice menu, not at the bottom.
* Misc AVR32 cleanups.Martin Lund2009-06-201-1/+0
|
* Added support for Atmel AVR32 headersMartin Lund"2009-05-231-0/+12
|
* Added initial AVR32 support (bare-metal,newlib)Martin Lund"2009-05-221-0/+31