summaryrefslogtreecommitdiff
path: root/make/uclibc_toolchain_2_95.mk
AgeCommit message (Collapse)Author
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