summaryrefslogtreecommitdiffstats
path: root/sources/uClibc.config-locale
Commit message (Collapse)AuthorAgeFilesLines
* Major buildroot facelift, step one.Eric Andersen2004-10-091-137/+0
| | | | -Erik
* Update to what I'm currently using. Lots of changes...Manuel Novoa III2004-09-031-2/+0
| | | | | | | 1) Allow selection of binutils/gcc/gdb/kernel headers to build, although some of the older tool patches probably need updating. 2) Rework gdb build so that remote debugging now works with gdbserver. 3) Misc. other package updates.3) Misc. other package updates.3) Misc. other package updates.
* Update configs a bitEric Andersen2004-07-171-2/+7
|
* Oops.Manuel Novoa III2004-01-141-4/+3
|
* Enable building <arch>-linux-uclibc toolchains. Note that, due to configManuel Novoa III2004-01-141-8/+11
| | | | | | | | | | | | | | | | | issues for applications, we also create staging_dir/bin/<arch>-linux-* symlinks which allows us to configure most apps with target=<arch>-linux. gcc 3.3.2 libstdc++ now correctly identifies uclibc locale support. There are still some issues (mainly related to wide char time strings and wcsftime) to be addressed, but those are on hold until the uClibc locale internals are reworked once again. With the new stuff, we can also build gcc 2.95 and STLport again, although the native gcc build for the target is failing. Archs supported (some archs not yet tested): 2.95 - i386, arm, mips*, powerpc. 3.3.2 - Hopefull all for which uClibc has shared lib support.
* Change uClibc stdio BUFSIZ to 4k.Manuel Novoa III2003-12-031-2/+2
| | | | Update busybox config for new snapshot.
* Turn on HAS_FPU by default. If soft float support is configured in theManuel Novoa III2003-11-181-2/+1
| | | | | | buildroot Makefile, HAS_FPU will be turned of by uclibc.mk. TODO: Implement a buildroot options for no float support at all.
* Make sure we prompt for MMU setting if unknown.Manuel Novoa III2003-11-111-1/+0
|
* Update.Manuel Novoa III2003-11-111-31/+34
|
* Add in a default config to make it easy for people that wantEric Andersen2003-09-121-0/+131
to enable uClibc's locale support.