summaryrefslogtreecommitdiff
path: root/make/uclibc_toolchain_2_95.mk
AgeCommit message (Collapse)Author
2003-09-10Default to using uClibc 0.9.21Eric Andersen
2003-09-09Make gcc 2.95 buildEric Andersen
2003-09-03Add support for enabling use of libintl.Manuel Novoa III
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-07-01Set current uClibc stable version to 0.9.20Eric Andersen
2003-06-23Fix binutils pathEric Andersen
2003-06-23Fix the binutils dirEric Andersen
2003-06-23Revert to binutils 2.13.2.1, since .14 seems to have some problemsEric Andersen
with cross compiling
2003-06-21Switch to using gcc 3.3Eric Andersen
2003-06-05Make absolutely certain no host libraries can ever sneakEric Andersen
into the build process. Binutils was letting things sneak in which caused ugly problems.
2003-06-05Fixup a case where system libs could sneak into the link processEric Andersen
due to collect2 making wrong assumptions.
2003-04-26Update gcc to version 3.2.3. Fix the openssh patchEric Andersen
2003-03-13Do not blindly strip all symbols from from all libs. libpthreadEric Andersen
needs its symbols for pthread debugging to work. Let it be a local decision.
2003-03-04Rework things to ensure we are cross compiling. Teach problematicEric Andersen
apps like openssh to cross compile. This eliminates the need for the magic ld-uClibc.so.0 symlink in /lib
2003-03-03Update to uClibc 0.9.19Eric Andersen
2003-02-19Fixup 'make source' targetEric Andersen
2003-02-12Make sure we find ranlib and arEric Andersen
2003-02-12cut and paste leftoversEric Andersen
2003-02-12Update uClibc versionEric Andersen
2003-02-12Fixup ldconfig symlinkEric Andersen
2003-02-12Update toolchains a bit forther so that after blowing away the 'build'Eric Andersen
directory we do not need to rebuild the toolchain (which now is built under 'toolchain_build'). Should help prevent a bunch of unnecessary toolchain rebuilds. -Erik
2003-02-12fix URLsEric Andersen
2003-02-12Lots and lots of changesEric Andersen
2003-02-06Update to gcc 3.2.2 by default. Move a mips patch to be more obvious.Eric Andersen
Update the default uClibc config.
2003-02-05Fix naming problemEric Andersen
2003-02-04Support building a gcc-2.95 toolchain insteadEric Andersen