Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rework toolchain build to make it much more modular and | Eric Andersen | 2003-09-14 | 1 | -513/+0 |
| | | | | remove the redundant redundancy. | ||||
* | Lets give binutils-2.14.90.0.6 a try, shall we? | Eric Andersen | 2003-09-11 | 1 | -2/+2 |
| | |||||
* | Make installing libstdc++ optional | Eric Andersen | 2003-09-11 | 1 | -1/+8 |
| | |||||
* | Default to using uClibc 0.9.21 | Eric Andersen | 2003-09-10 | 1 | -2/+3 |
| | |||||
* | Set CC_FOR_HOST | Eric Andersen | 2003-09-04 | 1 | -2/+8 |
| | |||||
* | Add support for enabling use of libintl. | Manuel Novoa III | 2003-09-03 | 1 | -15/+6 |
| | | | | | | | | 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 | ||||
* | Make sure binutils does not leak system libraries into the build. | Eric Andersen | 2003-09-02 | 1 | -1/+1 |
| | | | | patch from mjn3 to prevent gcc using broken include paths | ||||
* | Make binutils not leak libraries | Eric Andersen | 2003-08-22 | 1 | -19/+6 |
| | |||||
* | Doh! | Eric Andersen | 2003-08-17 | 1 | -3/+3 |
| | |||||
* | Update to binutils-2.14.90.0.5 and gcc-3.3.1 | Eric Andersen | 2003-08-17 | 1 | -13/+15 |
| | |||||
* | I missed a spot | Eric Andersen | 2003-08-10 | 1 | -1/+2 |
| | |||||
* | oops. don't default to a dev version of gcc | Eric Andersen | 2003-08-09 | 1 | -6/+6 |
| | |||||
* | Be sure to install libstdc++ and libgcc_s | Eric Andersen | 2003-08-09 | 1 | -7/+23 |
| | |||||
* | Set current uClibc stable version to 0.9.20 | Eric Andersen | 2003-07-01 | 1 | -2/+2 |
| | |||||
* | Fix binutils path | Eric Andersen | 2003-06-23 | 1 | -2/+2 |
| | |||||
* | Fix the binutils dir | Eric Andersen | 2003-06-23 | 1 | -1/+2 |
| | |||||
* | Revert to binutils 2.13.2.1, since .14 seems to have some problems | Eric Andersen | 2003-06-23 | 1 | -1/+2 |
| | | | | with cross compiling | ||||
* | Switch to using gcc 3.3 | Eric Andersen | 2003-06-21 | 1 | -15/+10 |
| | |||||
* | Make absolutely certain no host libraries can ever sneak | Eric Andersen | 2003-06-05 | 1 | -2/+10 |
| | | | | | into the build process. Binutils was letting things sneak in which caused ugly problems. | ||||
* | Fixup a case where system libs could sneak into the link process | Eric Andersen | 2003-06-04 | 1 | -0/+7 |
| | | | | due to collect2 making wrong assumptions. | ||||
* | Little logic cleanup | Eric Andersen | 2003-04-28 | 1 | -1/+1 |
| | |||||
* | Update gcc to version 3.2.3. Fix the openssh patch | Eric Andersen | 2003-04-26 | 1 | -3/+3 |
| | |||||
* | Do not blindly strip all symbols from from all libs. libpthread | Eric Andersen | 2003-03-13 | 1 | -3/+1 |
| | | | | | needs its symbols for pthread debugging to work. Let it be a local decision. | ||||
* | Rework things to ensure we are cross compiling. Teach problematic | Eric Andersen | 2003-03-04 | 1 | -0/+6 |
| | | | | | apps like openssh to cross compile. This eliminates the need for the magic ld-uClibc.so.0 symlink in /lib | ||||
* | Update to uClibc 0.9.19 | Eric Andersen | 2003-03-03 | 1 | -2/+2 |
| | |||||
* | Fixup 'make source' target | Eric Andersen | 2003-02-19 | 1 | -0/+2 |
| | |||||
* | Be extra pedantic about the PATH | Eric Andersen | 2003-02-12 | 1 | -6/+6 |
| | |||||
* | Make sure we find ranlib and ar | Eric Andersen | 2003-02-12 | 1 | -2/+2 |
| | |||||
* | Update uClibc version | Eric Andersen | 2003-02-12 | 1 | -3/+3 |
| | |||||
* | Fixup ldconfig symlink | Eric Andersen | 2003-02-12 | 1 | -1/+1 |
| | |||||
* | Update toolchains a bit forther so that after blowing away the 'build' | Eric Andersen | 2003-02-12 | 1 | -6/+6 |
| | | | | | | | 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 | ||||
* | fix URLs | Eric Andersen | 2003-02-12 | 1 | -1/+1 |
| | |||||
* | Lots and lots of changes | Eric Andersen | 2003-02-12 | 1 | -56/+65 |
| | |||||
* | Update to gcc 3.2.2 by default. Move a mips patch to be more obvious. | Eric Andersen | 2003-02-06 | 1 | -4/+4 |
| | | | | Update the default uClibc config. | ||||
* | Fix typo, kill now unneeded stlport.mk | Eric Andersen | 2003-02-04 | 1 | -1/+1 |
| | |||||
* | Support building a gcc-2.95 toolchain instead | Eric Andersen | 2003-02-04 | 1 | -0/+2 |
| | |||||
* | update to uClibc 0.9.17 | Eric Andersen | 2003-01-25 | 1 | -2/+2 |
| | |||||
* | use the correct strip tool for host and target binaries | Eric Andersen | 2003-01-22 | 1 | -1/+3 |
| | |||||
* | sigh. We need to disable-shared for the initial compiler build | Eric Andersen | 2003-01-22 | 1 | -1/+1 |
| | | | | or it won't build. | ||||
* | Dont remove /lib/libgcc_s.so. Build shared lib support on rev 1 of | Eric Andersen | 2003-01-21 | 1 | -5/+3 |
| | | | | gcc. use the correct strip | ||||
* | Several more dependancy cleanups | Eric Andersen | 2003-01-20 | 1 | -1/+1 |
| | |||||
* | more minor installation cleanups | Eric Andersen | 2003-01-17 | 1 | -13/+26 |
| | |||||
* | standardize handling of GNU configure scripts | Eric Andersen | 2003-01-17 | 1 | -18/+30 |
| | | | | -Erik | ||||
* | fix a few little thinkos... | Eric Andersen | 2003-01-10 | 1 | -8/+11 |
| | |||||
* | Change --disable-shared to --enable-shared so libstdc++ will | Eric Andersen | 2003-01-09 | 1 | -1/+1 |
| | | | | build shared libs. | ||||
* | Fixup ncurses terminfo-dir. Fixup the ncurses-headers | Eric Andersen | 2003-01-08 | 1 | -3/+6 |
| | | | | | | zlib-headers openssl-headers targets. Modularize the enable-multilib settings -Erik | ||||
* | more build updates | Eric Andersen | 2003-01-07 | 1 | -9/+11 |
| | |||||
* | Update the toolchain build, per the latest in the standalone | Eric Andersen | 2003-01-01 | 1 | -26/+38 |
| | | | | | toolchain builders -Erik | ||||
* | Clean and update the uclibc toolchain build, and sync up with the | Eric Andersen | 2002-12-31 | 1 | -109/+123 |
| | | | | | current standalone toolchain builder Makefiles -Erik | ||||
* | Stick with gcc 3.2 for now. | Eric Andersen | 2002-11-21 | 1 | -2/+2 |
| |