summaryrefslogtreecommitdiff
path: root/make/uclibc.mk
AgeCommit message (Collapse)Author
2004-10-05Always use kernel-headers.Eric Andersen
2004-09-09Patch by michael tesch <tesch1@gmail.com> ...Manuel Novoa III
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.
2004-09-03Update to what I'm currently using. Lots of changes...Manuel Novoa III
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.
2004-07-20Remove the unnecessary USE_UCLIBC_LDSO_0_9_24 optionEric Andersen
2004-05-04cope with older uClibc versionsEric Andersen
2004-05-04Cope with stock uClibc 0.9.26Eric Andersen
2004-03-05Make it possible to use the (modified) 0.9.24 ldso code. This is aManuel Novoa III
temporary work around for my openwrt stuff since the current (.26+) code still isn't working in some cases... for me at least.
2004-02-27Patch from Lauri Leukkunen:Eric Andersen
Control the HOSTCC for the uclibc configuration procedure
2004-02-18Update binutils from 2.14.90.0.6 to 2.14.90.0.8.Manuel Novoa III
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.
2004-01-16Get soft float working for gcc 3.3.2. Support for arm, mips, mipsel, powerpc.Manuel Novoa III
2004-01-15Minor cleanup.Manuel Novoa III
2004-01-14Enable building <arch>-linux-uclibc toolchains. Note that, due to configManuel Novoa III
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.
2004-01-04Default buildroot to use stock uClibc 0.9.26 till further noticeEric Andersen
2003-11-30Remove the USE_UCLIBC_TOOLCHAIN config option, since that's all we support.Manuel Novoa III
Add some comments in Makefile about support for various archs. Disable buildroot large file for cris, since uClibc currently disables it.
2003-11-19automatically detect if we have a usable version of sedEric Andersen
installed. If not, we will now build our own version.
2003-11-18Change 'sed -ie' to 'sed -i -e' to avoid littering the buildEric Andersen
with lots of unwanted backup files with the letter "e" appended. -Erik
2003-11-17Fix most things when large file support is not configured.Manuel Novoa III
Mostly submitted by Thomas Lundquist <lists@zelow.no>.
2003-11-13Cope with changes I made to the uClibc install_dev targetEric Andersen
2003-11-13By popular demand, use 'sed' rather than 'perl' for doingEric Andersen
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-12Thomas Cameron writes:Eric Andersen
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-10Bump up version numberEric Andersen
2003-11-07Patch from Peter S. Mazinger to keep the LINUX_DIR pathEric Andersen
in just one place
2003-11-07Ok, things appear to be working now...Eric Andersen
2003-11-07With a bit of luck, buildroot should work nowEric Andersen
2003-11-05A bit more wiggling to prevent asking about the targetEric Andersen
architecture when possible, since we already know the correct answer.
2003-11-05Yet more adaption for arches such as mipsel. Do not provideEric Andersen
defaults for endianness. Either it will be automaticly correct (such as for i386), or we need to prompt.
2003-11-05Translate arch to use uClibc friendly naming (i.e. mipsel -> mips)Eric Andersen
2003-11-04Peter S. Mazinger writes:Eric Andersen
Hello! perl (WCHAR) changes .conf instead of .config Peter
2003-11-04Set TARGET_ARCH alsoEric Andersen
2003-11-04minor changes to accomodate the config system updatesEric Andersen
2003-11-01Enable building soft float buildroot for gcc 3.3. Currently works forManuel Novoa III
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-10-22this should fixup some of those pesky build problems...Eric Andersen
2003-10-18Cope with the new RUNTIME_PREFIXEric Andersen
2003-10-14Do not overwrite ldconfig with /bin/true anymoreEric Andersen
2003-09-26This should at least build. I think.Eric Andersen
2003-09-14Rework toolchain build to make it much more modular andEric Andersen
remove the redundant redundancy.
2003-09-10Default to using uClibc 0.9.21Eric Andersen
2003-07-01Set current uClibc stable version to 0.9.20Eric Andersen
2003-03-03Update to uClibc 0.9.19Eric Andersen
2003-02-19Fixup 'make source' targetEric Andersen
2003-02-12Update uClibc versionEric Andersen
2003-02-12fix URLsEric Andersen
2003-01-25update to uClibc 0.9.17Eric Andersen
2003-01-02Update ncurses so it cross compiles properlyEric Andersen
-Erik
2003-01-01Update the toolchain build, per the latest in the standaloneEric Andersen
toolchain builders -Erik
2002-12-28Fix buildEric Andersen
2002-12-17When not building a toolchain, use the native compilerEric Andersen
2002-12-06Some updates...Eric Andersen
2002-11-20Make use of wget consistant by using a WGET variableEric Andersen
2002-11-12Update buildroot for uClibc 0.9.16Eric Andersen
-Erik