summaryrefslogtreecommitdiffstats
path: root/sources/gcc2.95-uclibc-conf.patch
Commit message (Collapse)AuthorAgeFilesLines
* Update to what I'm currently using. Lots of changes...Manuel Novoa III2004-09-031-291/+0
| | | | | | | 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.
* Fix a cut-n-paste bug. Monotonous editing strikes again.Manuel Novoa III2004-02-061-1/+1
|
* Enable building <arch>-linux-uclibc toolchains. Note that, due to configManuel Novoa III2004-01-141-0/+291
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.