summaryrefslogtreecommitdiffstats
path: root/sources/uClibc.config
Commit message (Collapse)AuthorAgeFilesLines
* Major buildroot facelift, step one.Eric Andersen2004-10-091-133/+0
| | | | -Erik
* latest uClibc config updatesEric Andersen2004-09-081-0/+2
|
* 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-0/+2
|
* Minor config updatesEric Andersen2004-06-261-0/+1
|
* Avoid a question when possibleEric Andersen2004-04-211-0/+1
|
* Provide sane defaultsEric Andersen2004-04-121-2/+2
|
* Oops.Manuel Novoa III2004-01-141-4/+3
|
* Enable building <arch>-linux-uclibc toolchains. Note that, due to configManuel Novoa III2004-01-141-5/+8
| | | | | | | | | | | | | | | | | 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.
* Update for the latest uClibcEric Andersen2003-12-301-1/+2
|
* Support older apps by disabling UNIX98PTY_ONLYEric Andersen2003-12-101-1/+1
|
* 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
|
* Default to having an MMU, which must be explictly overridden onEric Andersen2003-11-111-1/+1
| | | | a per arch basis
* Oops! Don't disable all float support!Eric Andersen2003-11-071-1/+1
|
* Make sure the config system asks stuff when it should, and doen'tEric Andersen2003-11-071-2/+6
| | | | ask when it shouldn't...
* A bit more wiggling to prevent asking about the targetEric Andersen2003-11-051-2/+15
| | | | | architecture when possible, since we already know the correct answer.
* Yet more adaption for arches such as mipsel. Do not provideEric Andersen2003-11-051-32/+0
| | | | | defaults for endianness. Either it will be automaticly correct (such as for i386), or we need to prompt.
* minor changes to accomodate the config system updatesEric Andersen2003-11-041-14/+14
|
* Update the uClibc configEric Andersen2003-11-041-4/+21
|
* Oops. I did not intend to leave debugging and such enabled by default.Eric Andersen2003-10-241-4/+4
|
* Cope with the new RUNTIME_PREFIXEric Andersen2003-10-181-4/+5
|
* enable ftw by defaultEric Andersen2003-10-031-1/+1
|
* Update the default uClibc config for 0.9.21Eric Andersen2003-09-101-14/+20
|
* Update for disabling wordexpEric Andersen2003-09-011-0/+1
|
* Update for the latest and greatest uClibcEric Andersen2003-08-171-0/+36
|
* add UCLIBC_HAS_TM_EXTENSIONSEric Andersen2003-06-271-0/+2
|
* Update default configEric Andersen2003-03-051-0/+2
|
* Update to gcc 3.2.2 by default. Move a mips patch to be more obvious.Eric Andersen2003-02-061-0/+1
| | | | Update the default uClibc config.
* Update uClibc default configEric Andersen2003-01-171-1/+2
|
* Update the default configEric Andersen2002-12-071-0/+1
|
* Adjust uClibc for latest options...Eric Andersen2002-11-211-0/+1
|
* Update buildroot for uClibc 0.9.16Eric Andersen2002-11-121-0/+74
-Erik