Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update pcmcia-cs to version 3.2.4 | Eric Andersen | 2003-06-09 | 1 | -2/+5 |
| | |||||
* | Fix init script install | Eric Andersen | 2003-06-05 | 1 | -2/+2 |
| | |||||
* | Fix the binary name and path | Eric Andersen | 2003-06-05 | 1 | -2/+2 |
| | |||||
* | support vtun | Eric Andersen | 2003-06-05 | 1 | -0/+65 |
| | |||||
* | Make absolutely certain no host libraries can ever sneak | Eric Andersen | 2003-06-05 | 2 | -4/+20 |
| | | | | | into the build process. Binutils was letting things sneak in which caused ugly problems. | ||||
* | Fixup a couple of thinko. Use the specified kernel compiler when compiling | Eric Andersen | 2003-06-05 | 1 | -2/+2 |
| | | | | pcmcia modules. And use the correct kernel source. | ||||
* | 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. | ||||
* | 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. | ||||
* | Cleanup method for excluding header files | Eric Andersen | 2003-06-04 | 1 | -27/+9 |
| | |||||
* | Cleanup pcmcia a bit (such as removing the X11 binary it installs) | Eric Andersen | 2003-06-04 | 1 | -2/+9 |
| | | | | | and use the pcmcia default init script rather than including a default one in the target_skeleton. | ||||
* | Support net-snmp for those into that sortof thing | Eric Andersen | 2003-06-04 | 1 | -0/+121 |
| | |||||
* | Build pci and plx drivers | Eric Andersen | 2003-06-04 | 1 | -0/+2 |
| | |||||
* | Update user mode Linux target | Eric Andersen | 2003-06-04 | 1 | -2/+3 |
| | |||||
* | Build the 'tc' binary | Eric Andersen | 2003-06-04 | 1 | -0/+45 |
| | |||||
* | Use flex_2.5.4a-24.diff.gz from stable | Eric Andersen | 2003-05-15 | 1 | -1/+1 |
| | |||||
* | 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 | 2 | -4/+4 |
| | |||||
* | Patch from Bruno Randolf to fix openssh cross-compile to not | Eric Andersen | 2003-04-25 | 1 | -3/+13 |
| | | | | | use the host system's 'strip' command and thereby break the target binaries. | ||||
* | make coreutils compile faster | Eric Andersen | 2003-03-31 | 1 | -0/+2 |
| | |||||
* | support building gettext | Eric Andersen | 2003-03-24 | 1 | -0/+60 |
| | |||||
* | Upgrade to 3.1.2 | Eric Andersen | 2003-03-21 | 1 | -2/+2 |
| | |||||
* | Do not blindly strip all symbols from from all libs. libpthread | Eric Andersen | 2003-03-13 | 9 | -10/+11 |
| | | | | | needs its symbols for pthread debugging to work. Let it be a local decision. | ||||
* | Patch from Dana Soward so it works properly | Eric Andersen | 2003-03-10 | 1 | -3/+2 |
| | |||||
* | Implement bzip2 | Eric Andersen | 2003-03-10 | 1 | -25/+63 |
| | |||||
* | Support gzip | Eric Andersen | 2003-03-10 | 1 | -0/+70 |
| | |||||
* | Add util-linux, from Claus Rosenberger, with minor changes from me | Eric Andersen | 2003-03-10 | 1 | -0/+60 |
| | |||||
* | Claus Rosenberger reported that hostname is supposed to be in /bin | Eric Andersen | 2003-03-10 | 1 | -2/+2 |
| | |||||
* | work around deficiencies in GNU tar that prevented several | Eric Andersen | 2003-03-06 | 4 | -20/+40 |
| | | | | items from actually being installed | ||||
* | Make certain coreutils gets installed. | Eric Andersen | 2003-03-06 | 1 | -2/+3 |
| | |||||
* | run autoconf | Eric Andersen | 2003-03-05 | 1 | -1/+1 |
| | |||||
* | Oops. I was building for the host arch, not the target. duh. | Eric Andersen | 2003-03-05 | 1 | -4/+2 |
| | |||||
* | Update version of file | Eric Andersen | 2003-03-05 | 1 | -2/+2 |
| | |||||
* | Don't mess with the headers files installed by uClibc | Eric Andersen | 2003-03-05 | 1 | -13/+1 |
| | |||||
* | missed a spot | Eric Andersen | 2003-03-04 | 1 | -1/+1 |
| | |||||
* | Fake up an arm-linux source-tree | Eric Andersen | 2003-03-04 | 1 | -0/+6 |
| | |||||
* | Make things compile once again | Eric Andersen | 2003-03-04 | 1 | -4/+4 |
| | |||||
* | 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 | 48 | -103/+195 |
| | | | | | 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 | 3 | -6/+6 |
| | |||||
* | Fixup db target | Eric Andersen | 2003-03-01 | 1 | -14/+46 |
| | |||||
* | Add a patch for better debugging of staticly linked threaded apps. | Eric Andersen | 2003-03-01 | 1 | -1/+3 |
| | | | | -Erik | ||||
* | Fixup stupid compile error | Eric Andersen | 2003-02-26 | 1 | -2/+4 |
| | |||||
* | Update tar version. Minor fix for gcc includes when NOT | Eric Andersen | 2003-02-23 | 2 | -3/+5 |
| | | | | building a bootstrapping toolchain. | ||||
* | Fixup gcc_target so it works for people that don't wish to | Eric Andersen | 2003-02-19 | 1 | -10/+101 |
| | | | | | build a gcc toolchain to bootstrap the system and instead want to use uClibc's gcc wrapper. | ||||
* | Fix dependancy on zlib | Eric Andersen | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | Fixup 'make source' target | Eric Andersen | 2003-02-19 | 4 | -1/+8 |
| | |||||
* | Add support for bridge-utils, thanks to Michael Shuler | Eric Andersen | 2003-02-19 | 1 | -0/+42 |
| | |||||
* | Per discussion with Christian MICHON, revert to version 1.35 | Eric Andersen | 2003-02-18 | 1 | -3/+3 |
| | |||||
* | Add in /lib/cpp symlink | Eric Andersen | 2003-02-17 | 1 | -0/+1 |
| | |||||
* | Add --disable-perl-regexp | Eric Andersen | 2003-02-17 | 1 | -0/+1 |
| |