summaryrefslogtreecommitdiffstats
path: root/make/uclibc.mk
Commit message (Collapse)AuthorAgeFilesLines
* Major buildroot facelift, step one.Eric Andersen2004-10-091-163/+0
| | | | -Erik
* Always use kernel-headers.Eric Andersen2004-10-051-2/+2
|
* Patch by michael tesch <tesch1@gmail.com> ...Manuel Novoa III2004-09-091-1/+1
| | | | | | | The real problem, only caused when you have a *.patch file in the main build directory, is that the Makefiles don't escape the globbing operator they're passing to patch-kernel.sh. Attached is a patch to fix that.
* Update to what I'm currently using. Lots of changes...Manuel Novoa III2004-09-031-38/+22
| | | | | | | 1) Allow selection of binutils/gcc/gdb/kernel headers to build, although some of the older tool patches probably need updating. 2) Rework gdb build so that remote debugging now works with gdbserver. 3) Misc. other package updates.3) Misc. other package updates.3) Misc. other package updates.
* Remove the unnecessary USE_UCLIBC_LDSO_0_9_24 optionEric Andersen2004-07-201-12/+1
|
* cope with older uClibc versionsEric Andersen2004-05-041-1/+7
|
* Cope with stock uClibc 0.9.26Eric Andersen2004-05-041-1/+1
|
* Make it possible to use the (modified) 0.9.24 ldso code. This is aManuel Novoa III2004-03-051-0/+12
| | | | | temporary work around for my openwrt stuff since the current (.26+) code still isn't working in some cases... for me at least.
* Patch from Lauri Leukkunen:Eric Andersen2004-02-271-0/+3
| | | | Control the HOSTCC for the uclibc configuration procedure
* Update binutils from 2.14.90.0.6 to 2.14.90.0.8.Manuel Novoa III2004-02-181-3/+6
| | | | | | Update from gcc 3.3.2 to 3.3.3. Test builds done for i386 and mipsel (3.3.3) and i386 (2.95). Soft float support not yet tested with 3.3.3.
* Get soft float working for gcc 3.3.2. Support for arm, mips, mipsel, powerpc.Manuel Novoa III2004-01-161-0/+7
|
* Minor cleanup.Manuel Novoa III2004-01-151-4/+3
|
* Enable building <arch>-linux-uclibc toolchains. Note that, due to configManuel Novoa III2004-01-141-41/+41
| | | | | | | | | | | | | | | | | issues for applications, we also create staging_dir/bin/<arch>-linux-* symlinks which allows us to configure most apps with target=<arch>-linux. gcc 3.3.2 libstdc++ now correctly identifies uclibc locale support. There are still some issues (mainly related to wide char time strings and wcsftime) to be addressed, but those are on hold until the uClibc locale internals are reworked once again. With the new stuff, we can also build gcc 2.95 and STLport again, although the native gcc build for the target is failing. Archs supported (some archs not yet tested): 2.95 - i386, arm, mips*, powerpc. 3.3.2 - Hopefull all for which uClibc has shared lib support.
* Default buildroot to use stock uClibc 0.9.26 till further noticeEric Andersen2004-01-041-2/+2
|
* Remove the USE_UCLIBC_TOOLCHAIN config option, since that's all we support.Manuel Novoa III2003-11-301-8/+2
| | | | | Add some comments in Makefile about support for various archs. Disable buildroot large file for cris, since uClibc currently disables it.
* 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
|