Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-14 | Rework toolchain build to make it much more modular and | Eric Andersen | |
remove the redundant redundancy. | |||
2003-09-10 | Fixup gcc_target build so it does not require the magic | Eric Andersen | |
/lib/ld-uClibc.so.0 symlink allowing target stuff to run on the build host. -Erik | |||
2003-09-03 | Make sure cross building binutils works | Eric Andersen | |
2003-09-03 | Add support for enabling use of libintl. | Manuel Novoa III | |
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 | |||
2003-08-31 | "Letss Thry thatt again..." | Eric Andersen | |
2003-08-31 | doh! | Eric Andersen | |
2003-08-31 | This should be significantly less broken... Might even work. ;-) | Eric Andersen | |
2003-08-22 | cleanup strip command a bit | Eric Andersen | |
2003-08-20 | It now builds w/o a /lib/ld-uClibc.so.0 symlink! Perhaps cross | Eric Andersen | |
building the whole darn thing is now possible! -Erik | |||
2003-07-21 | oops. Fixup target to correctly download and use gcc 3.3 | Eric Andersen | |
2003-06-21 | Switch to using gcc 3.3 | Eric Andersen | |
2003-03-05 | Oops. I was building for the host arch, not the target. duh. | Eric Andersen | |
2003-03-04 | Make things compile once again | Eric Andersen | |
2003-03-04 | Rework things to ensure we are cross compiling. Teach problematic | Eric Andersen | |
apps like openssh to cross compile. This eliminates the need for the magic ld-uClibc.so.0 symlink in /lib | |||
2003-02-26 | Fixup stupid compile error | Eric Andersen | |
2003-02-23 | Update tar version. Minor fix for gcc includes when NOT | Eric Andersen | |
building a bootstrapping toolchain. | |||
2003-02-19 | Fixup gcc_target so it works for people that don't wish to | Eric Andersen | |
build a gcc toolchain to bootstrap the system and instead want to use uClibc's gcc wrapper. | |||
2003-02-17 | Add in /lib/cpp symlink | Eric Andersen | |
2003-02-15 | Sigh | Eric Andersen | |
2003-02-15 | oops | Eric Andersen | |
2003-02-15 | Fix a few problems noticed by Peter S. Mazinger | Eric Andersen | |
2003-02-12 | Lots and lots of changes | Eric Andersen | |
2003-01-28 | Fix c++ header installation | Eric Andersen | |
2003-01-22 | Leave the final gcc build with disable shared to make things | Eric Andersen | |
simpler. This just makes the build faster, since all we want at this point is the gcc and g++ binaries... | |||
2003-01-21 | This should work | Eric Andersen | |
2003-01-21 | Fix compiler install | Eric Andersen | |
2003-01-21 | Ok, I think it really works now. :) | Eric Andersen | |
2003-01-20 | Several more dependancy cleanups | Eric Andersen | |
2003-01-19 | Make it actually work... | Eric Andersen | |
2003-01-18 | For now, remove "--target" so gcc will compile. grumble. | Eric Andersen | |
2003-01-18 | Merge a bunch of stuff over from the tuxscreen buildroot, with | Eric Andersen | |
many updates to make things be more consistant. -Erik | |||
2003-01-17 | more minor installation cleanups | Eric Andersen | |
2003-01-17 | update handling of 'make' | Eric Andersen | |
2003-01-10 | This seems to be sufficient for now... | Eric Andersen | |
2003-01-10 | Fix a stupid typo | Eric Andersen | |
2003-01-09 | Change --disable-shared to --enable-shared so libstdc++ will | Eric Andersen | |
build shared libs. | |||
2003-01-08 | Be extra careful about the target utils | Eric Andersen | |
2003-01-08 | Make the directory before touching files in it... | Eric Andersen | |
2003-01-08 | Fixup ncurses terminfo-dir. Fixup the ncurses-headers | Eric Andersen | |
zlib-headers openssl-headers targets. Modularize the enable-multilib settings -Erik | |||
2003-01-07 | more build updates | Eric Andersen | |
2002-11-21 | Fixup g++ to prevent gcc_target having a missing | Eric Andersen | |
dl_iterate_phdr symbol. Add a target 'cc' link to gcc. -Erik | |||
2002-11-15 | Add udhcp, cleanup a few other loose ends. | Eric Andersen | |
-Erik | |||
2002-11-14 | Some more toolchain building cleanups | Eric Andersen | |
2002-11-14 | Fixup gcc_target so it now works. Wohoo! We now have a fully | Eric Andersen | |
working standalone uClibc development environment. :) -Erik | |||
2002-11-14 | Fixup gcc-target so it actually works... | Eric Andersen | |
2002-11-12 | Update buildroot for uClibc 0.9.16 | Eric Andersen | |
-Erik |