Commit Graph

20 Commits

Author SHA1 Message Date
Eric Andersen 4f889ada56 automatically detect if we have a usable version of sed
installed.  If not, we will now build our own version.
2003-11-19 17:17:56 +00:00
Eric Andersen 79c815622a Change 'sed -ie' to 'sed -i -e' to avoid littering the build
with lots of unwanted backup files with the letter "e" appended.
 -Erik
2003-11-18 07:18:26 +00:00
Eric Andersen 620dd7c5fd By popular demand, use 'sed' rather than 'perl' for doing
search and replace stuff.  Hopefully we do not have any
perl specific regexs that will be broken by this change,
but it seems to be working thus far anyways,
2003-11-13 06:02:20 +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 f76193d6cb Fix locale-enabled gdb build. 2003-11-12 06:07:21 +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 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 7775f655a9 Add a patch for better debugging of staticly linked threaded apps.
-Erik
2003-03-01 20:02:34 +00:00
Eric Andersen b2c6fe8f78 Remove unwanted docs 2003-02-14 12:20:38 +00:00
Eric Andersen d322f37644 Lots and lots of changes 2003-02-12 08:10:40 +00:00
Eric Andersen 15bb59a8fc Fix gdb so it works 2003-01-21 08:31:09 +00:00
Eric Andersen a9bfe856cf Change from using "TARGET_CC1" to just plan "TARGET_CC"
which is a bit more sensible.
2003-01-19 06:07:22 +00:00
Eric Andersen bbf595671c Fix gdb compile 2003-01-17 09:30:37 +00:00
Eric Andersen ef7784a62d standardize handling of GNU configure scripts
-Erik
2003-01-17 08:03:59 +00:00
Eric Andersen e064d44a2f gdb wasn't working. Don't build a cross gdb for now.
-Erik
2003-01-09 18:23:20 +00:00
Eric Andersen bf6a3886eb update gdb version 2003-01-07 23:41:58 +00:00
Eric Andersen 8a2597eaba Make use of wget consistant by using a WGET variable 2002-11-20 23:16:10 +00:00
Eric Andersen a88a16700e Some updates from Andrew May adding gdbserver and adjusting gdb
in the hope of better cross-compiling support
2002-11-15 09:41:03 +00:00
Eric Andersen dd0dc99166 Support gdb
-Erik
2002-05-29 14:24:11 +00:00