Commit Graph

4 Commits

Author SHA1 Message Date
Manuel Novoa III 9168e83809 Enable building <arch>-linux-uclibc toolchains. Note that, due to config
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.
2004-01-14 10:03:44 +00:00
Eric Andersen 5076c0e956 Fix stlport so it works 2003-01-30 23:36:15 +00:00
Eric Andersen b885ae776f Update stlport patch 2003-01-19 05:57:16 +00:00
Eric Andersen 4ab6f8144e Make stlport work once again 2002-09-09 14:19:38 +00:00