Commit Graph

7 Commits

Author SHA1 Message Date
Manuel Novoa III
953aa99185 Oops. 2004-01-14 10:33:00 +00:00
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
Manuel Novoa III
189b1d5432 Change uClibc stdio BUFSIZ to 4k.
Update busybox config for new snapshot.
2003-12-03 02:25:12 +00:00
Manuel Novoa III
93b677ea42 Turn on HAS_FPU by default. If soft float support is configured in the
buildroot Makefile, HAS_FPU will be turned of by uclibc.mk.

TODO: Implement a buildroot options for no float support at all.
2003-11-18 19:58:46 +00:00
Manuel Novoa III
3b738ef6dd Make sure we prompt for MMU setting if unknown. 2003-11-11 21:26:17 +00:00
Manuel Novoa III
eab54b6a73 Update. 2003-11-11 06:50:11 +00:00
Eric Andersen
f0f965bd2c Add in a default config to make it easy for people that want
to enable uClibc's locale support.
2003-09-12 00:04:22 +00:00