Commit Graph

8 Commits

Author SHA1 Message Date
Manuel Novoa III 6cf315cd23 Clean up makefile. Don't install (legacy?) brctld app since debian doesn't.
Fix paths.  Add a patch to respect CFLAGS.  Fix buildroot kernel location.
2004-03-05 18:59:41 +00:00
Eric Andersen 0fee9e90c2 Thomas Cameron writes:
this patch fixes the source file downloads when executing a "make source", and
a few cut-and-paste (tm) errors in the *.mk files.  Again, this is a patch
against the current CVS sources, and includes my previous patch.
2003-11-12 09:31:12 +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
Eric Andersen 2279207edd Make some more things compile 2003-09-04 23:48:03 +00:00
Eric Andersen b5e4e1ff9e Ok, I'm an idiot. Fix the url. 2003-06-14 04:38:37 +00:00
Eric Andersen 922fb354eb Default to using a single fast sourceforge mirror 2003-06-14 00:46:16 +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 c8eea31d3f Add support for bridge-utils, thanks to Michael Shuler 2003-02-19 07:07:53 +00:00