summaryrefslogtreecommitdiff
path: root/make/uclibc_toolchain.mk
AgeCommit message (Collapse)Author
2003-09-14Rework toolchain build to make it much more modular andEric Andersen
remove the redundant redundancy.
2003-09-11Lets give binutils-2.14.90.0.6 a try, shall we?Eric Andersen
2003-09-11Make installing libstdc++ optionalEric Andersen
2003-09-10Default to using uClibc 0.9.21Eric Andersen
2003-09-04Set CC_FOR_HOSTEric 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-09-02Make sure binutils does not leak system libraries into the build.Eric Andersen
patch from mjn3 to prevent gcc using broken include paths
2003-08-22Make binutils not leak librariesEric Andersen
2003-08-17Doh!Eric Andersen
2003-08-17Update to binutils-2.14.90.0.5 and gcc-3.3.1Eric Andersen
2003-08-10I missed a spotEric Andersen
2003-08-09oops. don't default to a dev version of gccEric Andersen
2003-08-09Be sure to install libstdc++ and libgcc_sEric Andersen
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-04Fixup a case where system libs could sneak into the link processEric Andersen
due to collect2 making wrong assumptions.
2003-04-28Little logic cleanupEric Andersen
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-12Be extra pedantic about the PATHEric Andersen
2003-02-12Make sure we find ranlib and arEric 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-04Fix typo, kill now unneeded stlport.mkEric Andersen
2003-02-04Support building a gcc-2.95 toolchain insteadEric Andersen
2003-01-25update to uClibc 0.9.17Eric Andersen
2003-01-22use the correct strip tool for host and target binariesEric Andersen
2003-01-22sigh. We need to disable-shared for the initial compiler buildEric Andersen
or it won't build.
2003-01-21Dont remove /lib/libgcc_s.so. Build shared lib support on rev 1 ofEric Andersen
gcc. use the correct strip
2003-01-20Several more dependancy cleanupsEric Andersen
2003-01-17more minor installation cleanupsEric Andersen
2003-01-17standardize handling of GNU configure scriptsEric Andersen
-Erik
2003-01-10fix a few little thinkos...Eric Andersen
2003-01-09Change --disable-shared to --enable-shared so libstdc++ willEric Andersen
build shared libs.
2003-01-08Fixup ncurses terminfo-dir. Fixup the ncurses-headersEric Andersen
zlib-headers openssl-headers targets. Modularize the enable-multilib settings -Erik
2003-01-07more build updatesEric Andersen
2003-01-01Update the toolchain build, per the latest in the standaloneEric Andersen
toolchain builders -Erik
2002-12-31Clean and update the uclibc toolchain build, and sync up with theEric Andersen
current standalone toolchain builder Makefiles -Erik
2002-11-21Stick with gcc 3.2 for now.Eric Andersen