Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-12 | Provide sane defaults | Eric Andersen | |
2004-01-14 | Oops. | Manuel Novoa III | |
2004-01-14 | Enable building <arch>-linux-uclibc toolchains. Note that, due to config | Manuel 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-30 | Update for the latest uClibc | Eric Andersen | |
2003-12-10 | Support older apps by disabling UNIX98PTY_ONLY | Eric Andersen | |
2003-12-03 | Change uClibc stdio BUFSIZ to 4k. | Manuel Novoa III | |
Update busybox config for new snapshot. | |||
2003-11-18 | Turn on HAS_FPU by default. If soft float support is configured in the | Manuel 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-11 | Make sure we prompt for MMU setting if unknown. | Manuel Novoa III | |
2003-11-11 | Default to having an MMU, which must be explictly overridden on | Eric Andersen | |
a per arch basis | |||
2003-11-07 | Oops! Don't disable all float support! | Eric Andersen | |
2003-11-07 | Make sure the config system asks stuff when it should, and doen't | Eric Andersen | |
ask when it shouldn't... | |||
2003-11-05 | A bit more wiggling to prevent asking about the target | Eric Andersen | |
architecture when possible, since we already know the correct answer. | |||
2003-11-05 | Yet more adaption for arches such as mipsel. Do not provide | Eric Andersen | |
defaults for endianness. Either it will be automaticly correct (such as for i386), or we need to prompt. | |||
2003-11-04 | minor changes to accomodate the config system updates | Eric Andersen | |
2003-11-04 | Update the uClibc config | Eric Andersen | |
2003-10-24 | Oops. I did not intend to leave debugging and such enabled by default. | Eric Andersen | |
2003-10-18 | Cope with the new RUNTIME_PREFIX | Eric Andersen | |
2003-10-03 | enable ftw by default | Eric Andersen | |
2003-09-10 | Update the default uClibc config for 0.9.21 | Eric Andersen | |
2003-09-01 | Update for disabling wordexp | Eric Andersen | |
2003-08-17 | Update for the latest and greatest uClibc | Eric Andersen | |
2003-06-27 | add UCLIBC_HAS_TM_EXTENSIONS | Eric Andersen | |
2003-03-05 | Update default config | Eric Andersen | |
2003-02-06 | Update to gcc 3.2.2 by default. Move a mips patch to be more obvious. | Eric Andersen | |
Update the default uClibc config. | |||
2003-01-17 | Update uClibc default config | Eric Andersen | |
2002-12-07 | Update the default config | Eric Andersen | |
2002-11-21 | Adjust uClibc for latest options... | Eric Andersen | |
2002-11-12 | Update buildroot for uClibc 0.9.16 | Eric Andersen | |
-Erik |