Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for enabling use of libintl. | Manuel Novoa III | 2003-09-03 | 1 | -2/+2 |
| | | | | | | | | 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 | ||||
* | 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 | -7/+2 |
| | |||||
* | 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-05 | 1 | -0/+7 |
| | | | | due to collect2 making wrong assumptions. | ||||
* | Update gcc to version 3.2.3. Fix the openssh patch | Eric Andersen | 2003-04-26 | 1 | -1/+1 |
| | |||||
* | 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/+3 |
| | |||||
* | Make sure we find ranlib and ar | Eric Andersen | 2003-02-12 | 1 | -2/+2 |
| | |||||
* | cut and paste leftovers | Eric Andersen | 2003-02-12 | 1 | -4/+0 |
| | |||||
* | Update uClibc version | Eric Andersen | 2003-02-12 | 1 | -5/+5 |
| | |||||
* | 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 | -87/+84 |
| | | | | | | | 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 | -32/+38 |
| | |||||
* | Update to gcc 3.2.2 by default. Move a mips patch to be more obvious. | Eric Andersen | 2003-02-06 | 1 | -2/+2 |
| | | | | Update the default uClibc config. | ||||
* | Fix naming problem | Eric Andersen | 2003-02-05 | 1 | -1/+1 |
| | |||||
* | Support building a gcc-2.95 toolchain instead | Eric Andersen | 2003-02-04 | 1 | -0/+540 |