summaryrefslogtreecommitdiff
path: root/sources/uClibc.config
AgeCommit message (Collapse)Author
2004-10-09Major buildroot facelift, step one.Eric Andersen
-Erik
2004-09-08latest uClibc config updatesEric Andersen
2004-09-03Update to what I'm currently using. Lots of changes...Manuel Novoa III
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.
2004-07-17Update configs a bitEric Andersen
2004-06-26Minor config updatesEric Andersen
2004-04-21Avoid a question when possibleEric Andersen
2004-04-12Provide sane defaultsEric Andersen
2004-01-14Oops.Manuel Novoa III
2004-01-14Enable building <arch>-linux-uclibc toolchains. Note that, due to configManuel Novoa III
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.
2003-12-30Update for the latest uClibcEric Andersen
2003-12-10Support older apps by disabling UNIX98PTY_ONLYEric Andersen
2003-12-03Change uClibc stdio BUFSIZ to 4k.Manuel Novoa III
Update busybox config for new snapshot.
2003-11-18Turn on HAS_FPU by default. If soft float support is configured in theManuel Novoa III
buildroot Makefile, HAS_FPU will be turned of by uclibc.mk. TODO: Implement a buildroot options for no float support at all.
2003-11-11Make sure we prompt for MMU setting if unknown.Manuel Novoa III
2003-11-11Default to having an MMU, which must be explictly overridden onEric Andersen
a per arch basis
2003-11-07Oops! Don't disable all float support!Eric Andersen
2003-11-07Make sure the config system asks stuff when it should, and doen'tEric Andersen
ask when it shouldn't...
2003-11-05A bit more wiggling to prevent asking about the targetEric Andersen
architecture when possible, since we already know the correct answer.
2003-11-05Yet more adaption for arches such as mipsel. Do not provideEric Andersen
defaults for endianness. Either it will be automaticly correct (such as for i386), or we need to prompt.
2003-11-04minor changes to accomodate the config system updatesEric Andersen
2003-11-04Update the uClibc configEric Andersen
2003-10-24Oops. I did not intend to leave debugging and such enabled by default.Eric Andersen
2003-10-18Cope with the new RUNTIME_PREFIXEric Andersen
2003-10-03enable ftw by defaultEric Andersen
2003-09-10Update the default uClibc config for 0.9.21Eric Andersen
2003-09-01Update for disabling wordexpEric Andersen
2003-08-17Update for the latest and greatest uClibcEric Andersen
2003-06-27add UCLIBC_HAS_TM_EXTENSIONSEric Andersen
2003-03-05Update default configEric Andersen
2003-02-06Update to gcc 3.2.2 by default. Move a mips patch to be more obvious.Eric Andersen
Update the default uClibc config.
2003-01-17Update uClibc default configEric Andersen
2002-12-07Update the default configEric Andersen
2002-11-21Adjust uClibc for latest options...Eric Andersen
2002-11-12Update buildroot for uClibc 0.9.16Eric Andersen
-Erik