summaryrefslogtreecommitdiffstats
path: root/sources/binutils-uclibc-001-debian.patch
Commit message (Collapse)AuthorAgeFilesLines
* Revert back to binutils .6 since .8 broke things on arm.Manuel Novoa III2004-03-011-94/+137
| | | | | | Also, explicitly set the CFLAGS for the build system since otherwise the TARGET_OPTIMIZATION flags were used. This was tripping up a mipsel build where it tried to use -mips2 when building for i386.
* Update binutils from 2.14.90.0.6 to 2.14.90.0.8.Manuel Novoa III2004-02-181-137/+94
| | | | | | 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.
* Enable building <arch>-linux-uclibc toolchains. Note that, due to configManuel Novoa III2004-01-141-0/+185
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.