Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch from Lauri Leukkunen adding knobs controlling whether | Eric Andersen | 2004-02-27 | 1 | -0/+3 |
| | | | | host binaries are stripped or not | ||||
* | I don't remember if 2.95 creates .la files are not... but we'll remove | Manuel Novoa III | 2004-02-27 | 1 | -1/+1 |
| | | | | any just to be safe. | ||||
* | Update binutils from 2.14.90.0.6 to 2.14.90.0.8. | Manuel Novoa III | 2004-02-18 | 1 | -3/+4 |
| | | | | | | Update from gcc 3.3.2 to 3.3.3. Test builds done for i386 and mipsel (3.3.3) and i386 (2.95). Soft float support not yet tested with 3.3.3. | ||||
* | Remove USE_LINUX_UCLIBC option, since that is now the only | Eric Andersen | 2004-01-29 | 1 | -2/+0 |
| | | | | supported way of building toolchains | ||||
* | As noted by Joakim Tjernlund, we should force ln to overwrite | Eric Andersen | 2004-01-20 | 1 | -2/+2 |
| | | | | existing symlinks. | ||||
* | Oops... forgot --with-headers when building the cross compilers. So the | Manuel Novoa III | 2004-01-14 | 1 | -0/+4 |
| | | | | version of limits.h under gcc-lib was incorrect. | ||||
* | Enable building <arch>-linux-uclibc toolchains. Note that, due to config | Manuel Novoa III | 2004-01-14 | 1 | -0/+270 |
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. |