Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure the root/usr/lib directory is there. | Manuel Novoa III | 2003-11-02 | 1 | -0/+1 |
| | |||||
* | Enable building soft float buildroot for gcc 3.3. Currently works for | Manuel Novoa III | 2003-11-01 | 1 | -12/+12 |
| | | | | | | | | | i386 (limited to 64 bit long double... same as double), arm (libfloat), mips, and mipsel. Enable cross compiling a native gcc 3.3 toolchain to run on the target. Misc rootfs cleanups... strip some things that weren't, eliminate duplicate libs, move openssl shared libs out of /lib, reduce size of libssl.so by dynamicly linking with libcrypto.so, fix dropbear compile on mips. | ||||
* | Update to non-vulnerable version | Eric Andersen | 2003-10-01 | 1 | -2/+2 |
| | |||||
* | The openssl build was broken | Eric Andersen | 2003-09-26 | 1 | -1/+1 |
| | |||||
* | Do not blindly strip all symbols from from all libs. libpthread | Eric Andersen | 2003-03-13 | 1 | -0/+2 |
| | | | | | needs its symbols for pthread debugging to work. Let it be a local decision. | ||||
* | missed a spot | Eric Andersen | 2003-03-04 | 1 | -1/+1 |
| | |||||
* | don't depend on symlinks | Eric Andersen | 2003-03-04 | 1 | -3/+3 |
| | |||||
* | Rework things to ensure we are cross compiling. Teach problematic | Eric Andersen | 2003-03-04 | 1 | -2/+2 |
| | | | | | apps like openssh to cross compile. This eliminates the need for the magic ld-uClibc.so.0 symlink in /lib | ||||
* | Fix dependancies | Eric Andersen | 2003-02-12 | 1 | -1/+1 |
| | |||||
* | Lots and lots of changes | Eric Andersen | 2003-02-12 | 1 | -0/+8 |
| | |||||
* | Update openssl version | Eric Andersen | 2003-01-30 | 1 | -9/+10 |
| | |||||
* | Fix it so header files and static libs install properly | Eric Andersen | 2003-01-21 | 1 | -1/+1 |
| | |||||
* | Several more dependancy cleanups | Eric Andersen | 2003-01-20 | 1 | -2/+2 |
| | |||||
* | Change from using "TARGET_CC1" to just plan "TARGET_CC" | Eric Andersen | 2003-01-19 | 1 | -2/+2 |
| | | | | which is a bit more sensible. | ||||
* | standardize handling of GNU configure scripts | Eric Andersen | 2003-01-17 | 1 | -3/+3 |
| | | | | -Erik | ||||
* | be sure include dir is present | Eric Andersen | 2003-01-17 | 1 | -0/+1 |
| | |||||
* | Fixup ncurses terminfo-dir. Fixup the ncurses-headers | Eric Andersen | 2003-01-08 | 1 | -0/+8 |
| | | | | | | zlib-headers openssl-headers targets. Modularize the enable-multilib settings -Erik | ||||
* | Fixup non-x86 openssl build | Eric Andersen | 2002-12-30 | 1 | -11/+17 |
| | |||||
* | Some updates... | Eric Andersen | 2002-12-06 | 1 | -1/+1 |
| | |||||
* | Make use of wget consistant by using a WGET variable | Eric Andersen | 2002-11-20 | 1 | -1/+1 |
| | |||||
* | Add openssl and openssh. Fix up UML kernel build. | Eric Andersen | 2002-10-17 | 1 | -0/+49 |