summaryrefslogtreecommitdiffstats
path: root/make/uclibc.mk
Commit message (Collapse)AuthorAgeFilesLines
* automatically detect if we have a usable version of sedEric Andersen2003-11-191-11/+11
| | | | installed. If not, we will now build our own version.
* Change 'sed -ie' to 'sed -i -e' to avoid littering the buildEric Andersen2003-11-181-11/+11
| | | | | with lots of unwanted backup files with the letter "e" appended. -Erik
* Fix most things when large file support is not configured.Manuel Novoa III2003-11-171-1/+7
| | | | Mostly submitted by Thomas Lundquist <lists@zelow.no>.
* Cope with changes I made to the uClibc install_dev targetEric Andersen2003-11-131-13/+13
|
* By popular demand, use 'sed' rather than 'perl' for doingEric Andersen2003-11-131-9/+9
| | | | | | 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,
* Thomas Cameron writes:Eric Andersen2003-11-121-2/+4
| | | | | | 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.
* Bump up version numberEric Andersen2003-11-101-12/+12
|
* Patch from Peter S. Mazinger to keep the LINUX_DIR pathEric Andersen2003-11-071-1/+1
| | | | in just one place
* Ok, things appear to be working now...Eric Andersen2003-11-071-14/+12
|
* With a bit of luck, buildroot should work nowEric Andersen2003-11-071-20/+16
|
* A bit more wiggling to prevent asking about the targetEric Andersen2003-11-051-1/+2
| | | | | architecture when possible, since we already know the correct answer.
* Yet more adaption for arches such as mipsel. Do not provideEric Andersen2003-11-051-1/+1
| | | | | defaults for endianness. Either it will be automaticly correct (such as for i386), or we need to prompt.
* Translate arch to use uClibc friendly naming (i.e. mipsel -> mips)Eric Andersen2003-11-051-2/+16
|
* Peter S. Mazinger writes:Eric Andersen2003-11-041-1/+1
| | | | | | | | Hello! perl (WCHAR) changes .conf instead of .config Peter
* Set TARGET_ARCH alsoEric Andersen2003-11-041-0/+1
|
* minor changes to accomodate the config system updatesEric Andersen2003-11-041-2/+2
|
* Enable building soft float buildroot for gcc 3.3. Currently works forManuel Novoa III2003-11-011-5/+21
| | | | | | | | | 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.
* this should fixup some of those pesky build problems...Eric Andersen2003-10-221-5/+5
|
* Cope with the new RUNTIME_PREFIXEric Andersen2003-10-181-7/+11
|
* Do not overwrite ldconfig with /bin/true anymoreEric Andersen2003-10-141-1/+0
|
* This should at least build. I think.Eric Andersen2003-09-261-1/+9
|
* Rework toolchain build to make it much more modular andEric Andersen2003-09-141-48/+73
| | | | remove the redundant redundancy.
* Default to using uClibc 0.9.21Eric Andersen2003-09-101-2/+2
|
* Set current uClibc stable version to 0.9.20Eric Andersen2003-07-011-2/+2
|
* Update to uClibc 0.9.19Eric Andersen2003-03-031-2/+2
|
* Fixup 'make source' targetEric Andersen2003-02-191-0/+2
|
* Update uClibc versionEric Andersen2003-02-121-3/+3
|
* fix URLsEric Andersen2003-02-121-1/+1
|
* update to uClibc 0.9.17Eric Andersen2003-01-251-2/+2
|
* Update ncurses so it cross compiles properlyEric Andersen2003-01-021-8/+2
| | | | -Erik
* Update the toolchain build, per the latest in the standaloneEric Andersen2003-01-011-1/+4
| | | | | toolchain builders -Erik
* Fix buildEric Andersen2002-12-281-1/+1
|
* When not building a toolchain, use the native compilerEric Andersen2002-12-171-1/+1
|
* Some updates...Eric Andersen2002-12-061-0/+2
|
* Make use of wget consistant by using a WGET variableEric Andersen2002-11-201-1/+1
|
* Update buildroot for uClibc 0.9.16Eric Andersen2002-11-121-35/+16
| | | | -Erik
* Update to uClibc 0.9.15. decouple kernel, toolchain, and uClibc.Eric Andersen2002-08-281-3/+2
| | | | -Erik
* Update to uClibc 0.9.14Eric Andersen2002-08-121-2/+2
|
* Update toolchain to 0.9.13Eric Andersen2002-08-101-4/+5
|
* A number of updatesEric Andersen2002-07-031-25/+63
|
* Some more little bits of joyEric Andersen2002-05-311-5/+6
|
* Change some defaults.Eric Andersen2002-05-081-2/+2
|
* Doh. messed it up again.Eric Andersen2002-05-031-2/+2
|
* Use 'make install_target_utils' not 'make install_utils'Eric Andersen2002-05-031-1/+1
|
* Major reworkEric Andersen2002-04-261-0/+75