Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | Update. | Manuel Novoa III | |
2003-09-12 | Add in a default config to make it easy for people that want | Eric Andersen | |
to enable uClibc's locale support. |