Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup strip command a bit | Eric Andersen | 2003-08-22 | 1 | -7/+2 |
| | |||||
* | It now builds w/o a /lib/ld-uClibc.so.0 symlink! Perhaps cross | Eric Andersen | 2003-08-20 | 1 | -59/+69 |
| | | | | | building the whole darn thing is now possible! -Erik | ||||
* | oops. Fixup target to correctly download and use gcc 3.3 | Eric Andersen | 2003-07-21 | 1 | -1/+1 |
| | |||||
* | Switch to using gcc 3.3 | Eric Andersen | 2003-06-21 | 1 | -4/+4 |
| | |||||
* | Oops. I was building for the host arch, not the target. duh. | Eric Andersen | 2003-03-05 | 1 | -4/+2 |
| | |||||
* | Make things compile once again | Eric Andersen | 2003-03-04 | 1 | -4/+4 |
| | |||||
* | Rework things to ensure we are cross compiling. Teach problematic | Eric Andersen | 2003-03-04 | 1 | -42/+25 |
| | | | | | apps like openssh to cross compile. This eliminates the need for the magic ld-uClibc.so.0 symlink in /lib | ||||
* | 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 | 1 | -0/+2 |
| | | | | 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. | ||||
* | Add in /lib/cpp symlink | Eric Andersen | 2003-02-17 | 1 | -0/+1 |
| | |||||
* | Sigh | Eric Andersen | 2003-02-15 | 1 | -1/+1 |
| | |||||
* | oops | Eric Andersen | 2003-02-15 | 1 | -1/+1 |
| | |||||
* | Fix a few problems noticed by Peter S. Mazinger | Eric Andersen | 2003-02-15 | 1 | -1/+2 |
| | |||||
* | Lots and lots of changes | Eric Andersen | 2003-02-12 | 1 | -11/+26 |
| | |||||
* | Fix c++ header installation | Eric Andersen | 2003-01-28 | 1 | -1/+1 |
| | |||||
* | Leave the final gcc build with disable shared to make things | Eric Andersen | 2003-01-22 | 1 | -1/+1 |
| | | | | | simpler. This just makes the build faster, since all we want at this point is the gcc and g++ binaries... | ||||
* | This should work | Eric Andersen | 2003-01-21 | 1 | -1/+4 |
| | |||||
* | Fix compiler install | Eric Andersen | 2003-01-21 | 1 | -1/+1 |
| | |||||
* | Ok, I think it really works now. :) | Eric Andersen | 2003-01-21 | 1 | -26/+43 |
| | |||||
* | Several more dependancy cleanups | Eric Andersen | 2003-01-20 | 1 | -4/+10 |
| | |||||
* | Make it actually work... | Eric Andersen | 2003-01-19 | 1 | -28/+44 |
| | |||||
* | For now, remove "--target" so gcc will compile. grumble. | Eric Andersen | 2003-01-18 | 1 | -5/+0 |
| | |||||
* | Merge a bunch of stuff over from the tuxscreen buildroot, with | Eric Andersen | 2003-01-18 | 1 | -14/+52 |
| | | | | | many updates to make things be more consistant. -Erik | ||||
* | more minor installation cleanups | Eric Andersen | 2003-01-17 | 1 | -3/+4 |
| | |||||
* | update handling of 'make' | Eric Andersen | 2003-01-17 | 1 | -1/+0 |
| | |||||
* | This seems to be sufficient for now... | Eric Andersen | 2003-01-10 | 1 | -8/+1 |
| | |||||
* | Fix a stupid typo | Eric Andersen | 2003-01-10 | 1 | -3/+2 |
| | |||||
* | Change --disable-shared to --enable-shared so libstdc++ will | Eric Andersen | 2003-01-09 | 1 | -3/+2 |
| | | | | build shared libs. | ||||
* | Be extra careful about the target utils | Eric Andersen | 2003-01-08 | 1 | -2/+6 |
| | |||||
* | Make the directory before touching files in it... | Eric Andersen | 2003-01-08 | 1 | -1/+1 |
| | |||||
* | Fixup ncurses terminfo-dir. Fixup the ncurses-headers | Eric Andersen | 2003-01-08 | 1 | -8/+10 |
| | | | | | | zlib-headers openssl-headers targets. Modularize the enable-multilib settings -Erik | ||||
* | more build updates | Eric Andersen | 2003-01-07 | 1 | -19/+86 |
| | |||||
* | Fixup g++ to prevent gcc_target having a missing | Eric Andersen | 2002-11-21 | 1 | -0/+1 |
| | | | | | dl_iterate_phdr symbol. Add a target 'cc' link to gcc. -Erik | ||||
* | Add udhcp, cleanup a few other loose ends. | Eric Andersen | 2002-11-15 | 1 | -1/+2 |
| | | | | -Erik | ||||
* | Some more toolchain building cleanups | Eric Andersen | 2002-11-14 | 1 | -18/+13 |
| | |||||
* | Fixup gcc_target so it now works. Wohoo! We now have a fully | Eric Andersen | 2002-11-14 | 1 | -12/+26 |
| | | | | | working standalone uClibc development environment. :) -Erik | ||||
* | Fixup gcc-target so it actually works... | Eric Andersen | 2002-11-14 | 1 | -1/+9 |
| | |||||
* | Update buildroot for uClibc 0.9.16 | Eric Andersen | 2002-11-12 | 1 | -0/+135 |
-Erik |