Commit Graph

27 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
Eric Andersen
449168b8d0 Update for the latest uClibc 2003-12-30 11:25:21 +00:00
Eric Andersen
dd7945ca8e Support older apps by disabling UNIX98PTY_ONLY 2003-12-10 20:11:09 +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
Eric Andersen
6e05374b6d Default to having an MMU, which must be explictly overridden on
a per arch basis
2003-11-11 21:18:47 +00:00
Eric Andersen
d30258309f Oops! Don't disable all float support! 2003-11-07 04:56:03 +00:00
Eric Andersen
495279039a Make sure the config system asks stuff when it should, and doen't
ask when it shouldn't...
2003-11-07 04:50:00 +00:00
Eric Andersen
d399514752 A bit more wiggling to prevent asking about the target
architecture when possible, since we already know the
correct answer.
2003-11-05 01:34:17 +00:00
Eric Andersen
55b7ab982f Yet more adaption for arches such as mipsel. Do not provide
defaults for endianness.  Either it will be automaticly correct
(such as for i386), or we need to prompt.
2003-11-05 01:27:22 +00:00
Eric Andersen
5833504dad minor changes to accomodate the config system updates 2003-11-04 13:56:00 +00:00
Eric Andersen
9d82281e67 Update the uClibc config 2003-11-04 13:26:33 +00:00
Eric Andersen
b5f7712c83 Oops. I did not intend to leave debugging and such enabled by default. 2003-10-24 04:02:54 +00:00
Eric Andersen
83b95bdb42 Cope with the new RUNTIME_PREFIX 2003-10-18 11:51:50 +00:00
Eric Andersen
3f43ecc428 enable ftw by default 2003-10-03 01:26:05 +00:00
Eric Andersen
523f6566a9 Update the default uClibc config for 0.9.21 2003-09-10 09:10:27 +00:00
Eric Andersen
c9e50edded Update for disabling wordexp 2003-09-01 20:14:40 +00:00
Eric Andersen
22997c4763 Update for the latest and greatest uClibc 2003-08-17 09:58:08 +00:00
Eric Andersen
7620b05a7d add UCLIBC_HAS_TM_EXTENSIONS 2003-06-27 12:04:44 +00:00
Eric Andersen
b350859976 Update default config 2003-03-05 12:06:45 +00:00
Eric Andersen
1bf1972968 Update to gcc 3.2.2 by default. Move a mips patch to be more obvious.
Update the default uClibc config.
2003-02-06 19:57:05 +00:00
Eric Andersen
db597c47f3 Update uClibc default config 2003-01-17 04:41:05 +00:00
Eric Andersen
be4cf785bd Update the default config 2002-12-07 10:37:41 +00:00
Eric Andersen
dc77b4789d Adjust uClibc for latest options... 2002-11-21 00:49:23 +00:00
Eric Andersen
1800964779 Update buildroot for uClibc 0.9.16
-Erik
2002-11-12 21:31:16 +00:00