Commit Graph

9 Commits

Author SHA1 Message Date
Eric Andersen
fc686e3dfe Fixup the "older than" (test -ot) tests for older bash
versions when one of the files is missing
2003-12-20 00:01:23 +00:00
Manuel Novoa III
50e1da8698 Fix most things when large file support is not configured.
Mostly submitted by Thomas Lundquist <lists@zelow.no>.
2003-11-17 01:31:38 +00:00
Eric Andersen
31869eaac8 The version of grep we use is has not yet been restored to
the gnu download site.  Use the source from the debian site
instead.
2003-11-03 10:02:53 +00:00
Manuel Novoa III
d632d42b34 Enable building soft float buildroot for gcc 3.3. Currently works for
i386 (limited to 64 bit long double... same as double), arm (libfloat),
  mips, and mipsel.
Enable cross compiling a native gcc 3.3 toolchain to run on the target.
Misc rootfs cleanups... strip some things that weren't, eliminate duplicate
  libs, move openssl shared libs out of /lib, reduce size of libssl.so
  by dynamicly linking with libcrypto.so, fix dropbear compile on mips.
2003-11-01 05:34:41 +00:00
Manuel Novoa III
0e956fc164 Add support for enabling use of libintl.
Add support for libstd++ in full locale mode, and remove the need for
  config hacks when using uClibc stub locale support.
TODO --
  gdb intl support is still broken.
  uClibc should auto-download the pregenerated locale data
2003-09-03 07:18:18 +00:00
Eric Andersen
1c6aad3440 work around deficiencies in GNU tar that prevented several
items from actually being installed
2003-03-06 18:24:00 +00:00
Eric Andersen
1fc3f2f3de Rework things to ensure we are cross compiling. Teach problematic
apps like openssh to cross compile.  This eliminates the need for
the magic ld-uClibc.so.0 symlink in /lib
2003-03-04 19:16:19 +00:00
Eric Andersen
d8c849445d Add --disable-perl-regexp 2003-02-17 01:21:33 +00:00
Eric Andersen
bbe35d4817 Fix pcmcia startup. Add grep 2003-02-15 12:36:32 +00:00