aboutsummaryrefslogtreecommitdiff
path: root/config/libc/uClibc.in
Commit message (Collapse)AuthorAgeFilesLines
* libc/uclibc: add uClibc 0.9.31Yann E. MORIN"2010-04-071-0/+7
| | | | | | Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> [Yann E. MORIN: mark it EXPERIMENTAL] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* libc/uClibc: remove EXPERIMENTAL for 0.9.30.2Yann E. MORIN"2010-01-311-2/+1
|
* libc/uClibc: add latest version 0.9.30.2Yann E. MORIN"2010-01-141-0/+7
|
* libc/uClibc: add wchar supportSimon Pasch2009-11-061-0/+10
|
* config: mark now old versions as being OBSOLETEYann E. MORIN"2009-10-281-2/+4
| | | | | These versions are kept for the upcoming release, but they will be removed from the next release if they are not used.
* config: rip-out versions marked as OBSOLETEYann E. MORIN"2009-10-281-18/+0
|
* scripts: add new version at top of choiceYann E. MORIN"2009-09-131-6/+5
| | | | Add new versions at the top of the choice menu, not at the bottom.
* config: re-order menu entries so that latest versions are at the topYann E. MORIN"2009-09-131-23/+23
| | | | | It makes better sense to have latest versions at the top of the choice entries.
* Fix installing uClibc headers for versions prior to 0.9.30.Yann E. MORIN"2009-05-071-5/+7
| | | | | | | | | | Fix a comment about installing uClibc. Automatically enable // build for uClibc versions that can be built in //. -------- diffstat follows -------- /trunk/scripts/build/libc/uClibc.sh | 32 23 9 0 +++++++++++++++++++++++--------- /trunk/config/libc/uClibc.in | 12 7 5 0 +++++++----- 2 files changed, 30 insertions(+), 14 deletions(-)
* Merge r1432:1437 from /branches/newlib into /trunk :Yann E. MORIN"2009-03-261-0/+1
| | | | | | | | | | | | | | | | | | | - under bare-metal, the user is responsible for providing a gdbserver stub (r1433) - install a CT_TARGET-cc -> CT_TARGET-gcc symlink for the core gcc (r1434) - allow broader dependency in generated config files (r1435, r1436) - prepare C library menuconfig for using a C library under bare-metal (r1437) /trunk/scripts/build/cc/gcc.sh | 4 4 0 0 ++++ /trunk/config/debug/gdb.in | 5 5 0 0 +++++ /trunk/config/libc/glibc.in | 1 1 0 0 + /trunk/config/libc/uClibc.in | 1 1 0 0 + /trunk/config/libc/eglibc.in | 2 1 1 0 +- /trunk/config/config.mk | 20 8 12 0 ++++++++------------ /trunk/config/arch/sh.in | 2 1 1 0 +- /trunk/config/arch/ia64.in | 2 1 1 0 +- /trunk/config/arch/powerpc64.in | 2 1 1 0 +- /trunk/config/libc.in | 4 0 4 0 ---- 10 files changed, 23 insertions(+), 20 deletions(-)
* Add latest versions:Yann E. MORIN"2009-03-041-0/+5
| | | | | | | | | - Linux kernel headers 2.6.28.{6,7} - uClibc 0.9.30.1 /trunk/config/kernel/linux.in | 10 10 0 0 ++++++++++ /trunk/config/libc/uClibc.in | 5 5 0 0 +++++ 2 files changed, 15 insertions(+)
* On some hosts (eg. Cygwin), it's not possible to build the uClibc hostutils. ↵Yann E. MORIN"2009-02-111-0/+10
| | | | | | | | Offer an option to enable/disable the uClibc hostutils build. /trunk/scripts/build/libc/uClibc.sh | 39 12 27 0 ++++++++++++--------------------------- /trunk/config/libc/uClibc.in | 10 10 0 0 ++++++++++ 2 files changed, 22 insertions(+), 27 deletions(-)
* Add latest uClibc 0.9.30 ( at last! ;-) )Yann E. MORIN"2008-11-141-0/+5
| | | | | /trunk/config/libc/uClibc.in | 5 5 0 0 +++++ 1 file changed, 5 insertions(+)
* Enable uClibc parallel build for those versions supporting it.Yann E. MORIN"2008-11-011-0/+9
| | | | | | /trunk/scripts/build/libc/uClibc.sh | 12 7 5 0 +++++++----- /trunk/config/libc/uClibc.in | 9 9 0 0 +++++++++ 2 files changed, 16 insertions(+), 5 deletions(-)
* Generate the choice menu for C libraries, the same way arch and kernels are ↵Yann E. MORIN"2008-10-131-1/+6
| | | | | | | | | | | | generated. /trunk/kconfig/kconfig.mk | 10 8 2 0 ++++++-- /trunk/scripts/build/libc/glibc.sh | 2 1 1 0 +- /trunk/config/libc/glibc.in | 22 6 16 0 +++++------------- /trunk/config/libc/uClibc.in | 7 6 1 0 +++++- /trunk/config/libc/eglibc.in | 12 11 1 0 +++++++++- /trunk/config/libc.in | 53 4 49 0 +++----------------------------------------- 6 files changed, 36 insertions(+), 70 deletions(-)
* Move snapshots version after numbered versions (aka releases).Yann E. MORIN"2008-09-181-10/+11
| | | | | | | | /trunk/config/debug/gdb.in | 13 7 6 0 +++++++------ /trunk/config/libc/glibc.in | 21 11 10 0 +++++++++++---------- /trunk/config/libc/uClibc.in | 21 11 10 0 +++++++++++---------- /trunk/config/libc/eglibc.in | 13 7 6 0 +++++++------ 4 files changed, 36 insertions(+), 32 deletions(-)
* Enhance setting the minimum kernel version glibc will run against.Yann E. MORIN"2008-09-141-0/+2
| | | | | | | | | | | | Ideally, eglibc should also benefit for that, but the current code does not set it. /trunk/scripts/build/libc/glibc.sh | 38 33 5 0 +++++++++++++++--- /trunk/config/libc/glibc.in | 4 2 2 0 +- /trunk/config/libc/uClibc.in | 2 2 0 0 + /trunk/config/libc/eglibc.in | 4 2 2 0 +- /trunk/config/libc/glibc-eglibc-common.in | 80 68 12 0 +++++++++++++++++++++++++++++++------ /trunk/config/libc.in | 69 38 31 0 ++++++++++++++++++-------------- 6 files changed, 145 insertions(+), 52 deletions(-)
* Allow selecting 'latest' snapshot, as well as 'specific' date snapshot for ↵Yann E. MORIN"2008-07-221-8/+4
| | | | | | | | | | | | glibc. Update uClibc config to commonalise some help. /trunk/scripts/build/libc_glibc.sh | 22 20 2 0 ++++++++++++++++++++-- /trunk/config/libc/glibc.in | 12 12 0 0 ++++++++++++ /trunk/config/libc/uClibc.in | 12 4 8 0 ++++-------- /trunk/config/libc.in | 13 13 0 0 +++++++++++++ 4 files changed, 49 insertions(+), 10 deletions(-)
* Small config fix todefault to non-verbose uClibc build.Yann E. MORIN"2008-05-141-0/+1
| | | | | /trunk/config/libc/uClibc.in | 1 1 0 0 + 1 file changed, 1 insertion(+)
* Introduce a new option to render (or not) uClibc' build verbose.Yann E. MORIN"2008-05-141-0/+23
| | | | | | /trunk/scripts/build/libc_uClibc.sh | 6 4 2 0 ++++-- /trunk/config/libc/uClibc.in | 23 23 0 0 +++++++++++++++++++++++ 2 files changed, 27 insertions(+), 2 deletions(-)
* Moving around the files in config/ broke the tools/addToolVersion.sh script.Yann E. MORIN"2008-04-171-0/+101
Fix that. /trunk/tools/addToolVersion.sh | 26 13 13 0 +++++++++++++------------- /trunk/config/kernel/linux.in | 6 3 3 0 +++--- /trunk/config/kernel.in | 2 1 1 0 +- /trunk/config/cc.in | 2 1 1 0 +- /trunk/config/libc.in | 4 2 2 0 ++-- 5 files changed, 20 insertions(+), 20 deletions(-)