Commit Graph

32 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 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 8dfe0ab6c8 remove some leftover garbage 2003-08-22 12:49:54 +00:00
Eric Andersen d9540bda1f Fix ncurses so it properly compiles 2003-08-19 06:37:00 +00:00
Eric Andersen 9c636934a0 Do not blindly strip all symbols from from all libs. libpthread
needs its symbols for pthread debugging to work.  Let it be a
local decision.
2003-03-13 20:30:07 +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 289395d555 Fix dependancies 2003-02-12 12:43:15 +00:00
Eric Andersen d322f37644 Lots and lots of changes 2003-02-12 08:10:40 +00:00
Eric Andersen 8460ba59fb Fix an obvious typo 2003-01-23 01:18:58 +00:00
Eric Andersen e0e8d6e481 Fix it so header files and static libs install properly 2003-01-21 07:34:29 +00:00
Eric Andersen fdafbe1f4e Several more dependancy cleanups 2003-01-20 19:24:02 +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 ef7784a62d standardize handling of GNU configure scripts
-Erik
2003-01-17 08:03:59 +00:00
Eric Andersen effd2aa39d Fixup ncurses installation of terminfo data
-Erik
2003-01-16 22:04:22 +00:00
Eric Andersen 24613cbec1 Add missing unctrl.h header 2003-01-09 20:28:10 +00:00
Eric Andersen e402401ff8 Fixup ncurses terminfo-dir. Fixup the ncurses-headers
zlib-headers openssl-headers targets.  Modularize the
enable-multilib settings
 -Erik
2003-01-08 18:17:28 +00:00
Eric Andersen 3597007db3 typo 2003-01-08 02:37:03 +00:00
Eric Andersen 0cea77f961 Add an optional ncurses-headers target to install target header files
-Erik
2003-01-08 02:29:25 +00:00
Eric Andersen e8b26df508 Update ncurses so it cross compiles properly
-Erik
2003-01-02 08:43:57 +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 80014e7fac fix 'make clean' 2002-07-23 23:51:46 +00:00
Eric Andersen 95f81a5a55 A number of updates 2002-07-03 10:44:59 +00:00
Eric Andersen 5c2d0eab68 Minor tweeks 2002-06-10 15:32:56 +00:00
Eric Andersen e9ee5c432d A bit of scrubbing 2002-05-31 11:22:31 +00:00
Eric Andersen fe3de6b67a Don't hard code for arm
-Erik
2002-05-31 10:49:53 +00:00
Eric Andersen 8461e82560 remove silly echoing 2002-05-31 10:45:43 +00:00
Eric Andersen 2181513aee Fixup the make install step 2002-05-29 14:26:13 +00:00
Eric Andersen 6387962e30 Add some toys for people to play with 2002-05-23 19:21:23 +00:00