Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | With this, buildroot builds w/o needing the magic symlink, | Eric Andersen | 2003-09-30 | 2 | -18/+39 |
| | | | | | and properly cross compiles. Wohoo, time to ship... -Erik | ||||
* | Fixup gcc_target build. | Eric Andersen | 2003-09-27 | 1 | -1/+6 |
| | |||||
* | Fixup the binutils_target build | Eric Andersen | 2003-09-27 | 1 | -32/+8 |
| | |||||
* | This should at least build. I think. | Eric Andersen | 2003-09-26 | 2 | -3/+12 |
| | |||||
* | Update dropbear to the latest and greatest | Eric Andersen | 2003-09-26 | 1 | -2/+2 |
| | |||||
* | The openssl build was broken | Eric Andersen | 2003-09-26 | 1 | -1/+1 |
| | |||||
* | Needs this to compile | Eric Andersen | 2003-09-14 | 1 | -0/+1 |
| | |||||
* | Fix thinko | Eric Andersen | 2003-09-14 | 1 | -1/+1 |
| | |||||
* | Use more consistant naming | Eric Andersen | 2003-09-14 | 1 | -9/+9 |
| | |||||
* | Rework toolchain build to make it much more modular and | Eric Andersen | 2003-09-14 | 7 | -1280/+825 |
| | | | | remove the redundant redundancy. | ||||
* | Teach dropbear to depend on zlib | Eric Andersen | 2003-09-12 | 1 | -1/+1 |
| | |||||
* | Alex King writes: | Eric Andersen | 2003-09-12 | 1 | -2/+2 |
| | | | | | Dropbear have bumpeed their version to 0.36, and 0.35 is not where buildroot expects it (they seem to have removed that version.) | ||||
* | Lets give binutils-2.14.90.0.6 a try, shall we? | Eric Andersen | 2003-09-11 | 1 | -2/+2 |
| | |||||
* | Fix silly typos | Eric Andersen | 2003-09-11 | 1 | -2/+2 |
| | |||||
* | Make installing libstdc++ optional | Eric Andersen | 2003-09-11 | 1 | -1/+8 |
| | |||||
* | Add support for fakeroot | Eric Andersen | 2003-09-11 | 1 | -0/+63 |
| | |||||
* | Fixup gcc_target build so it does not require the magic | Eric Andersen | 2003-09-10 | 1 | -15/+13 |
| | | | | | | /lib/ld-uClibc.so.0 symlink allowing target stuff to run on the build host. -Erik | ||||
* | Default to using uClibc 0.9.21 | Eric Andersen | 2003-09-10 | 3 | -6/+7 |
| | |||||
* | Make gcc 2.95 build | Eric Andersen | 2003-09-09 | 1 | -36/+33 |
| | |||||
* | Fixup broken tabs | Eric Andersen | 2003-09-05 | 1 | -4/+4 |
| | |||||
* | Make some more things compile | Eric Andersen | 2003-09-04 | 2 | -4/+17 |
| | |||||
* | Patch from Bruce Edge to add raidtools | Eric Andersen | 2003-09-04 | 1 | -0/+59 |
| | |||||
* | teach glib to cross compile | Eric Andersen | 2003-09-04 | 1 | -3/+19 |
| | |||||
* | Set CC_FOR_HOST | Eric Andersen | 2003-09-04 | 1 | -2/+8 |
| | |||||
* | Make sure cross building binutils works | Eric Andersen | 2003-09-03 | 1 | -0/+6 |
| | |||||
* | Fixup strace so it compiles | Eric Andersen | 2003-09-03 | 1 | -0/+2 |
| | |||||
* | Add support for enabling use of libintl. | Manuel Novoa III | 2003-09-03 | 38 | -92/+83 |
| | | | | | | | | 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 | ||||
* | Make sure binutils does not leak system libraries into the build. | Eric Andersen | 2003-09-02 | 1 | -1/+1 |
| | | | | patch from mjn3 to prevent gcc using broken include paths | ||||
* | "Letss Thry thatt again..." | Eric Andersen | 2003-08-31 | 1 | -3/+6 |
| | |||||
* | doh! | Eric Andersen | 2003-08-31 | 1 | -1/+1 |
| | |||||
* | This should be significantly less broken... Might even work. ;-) | Eric Andersen | 2003-08-31 | 1 | -36/+62 |
| | |||||
* | Revert strace to a stable version that actually compiles | Eric Andersen | 2003-08-22 | 1 | -5/+3 |
| | |||||
* | cleanup strip command a bit | Eric Andersen | 2003-08-22 | 1 | -7/+2 |
| | |||||
* | remove some leftover garbage | Eric Andersen | 2003-08-22 | 1 | -5/+1 |
| | |||||
* | Make binutils not leak libraries | Eric Andersen | 2003-08-22 | 1 | -19/+6 |
| | |||||
* | 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 | ||||
* | Fix ncurses so it properly compiles | Eric Andersen | 2003-08-19 | 1 | -7/+14 |
| | |||||
* | Make the whole usr/local/lib/iptables path. | Manuel Novoa III | 2003-08-19 | 1 | -1/+1 |
| | |||||
* | Doh! | Eric Andersen | 2003-08-17 | 1 | -3/+3 |
| | |||||
* | Update dropbear to the latest and greatest, fixing a | Eric Andersen | 2003-08-17 | 1 | -4/+2 |
| | | | | security problem | ||||
* | Update valgrind | Eric Andersen | 2003-08-17 | 1 | -4/+4 |
| | |||||
* | Update to binutils-2.14.90.0.5 and gcc-3.3.1 | Eric Andersen | 2003-08-17 | 1 | -13/+15 |
| | |||||
* | I missed a spot | Eric Andersen | 2003-08-10 | 1 | -1/+2 |
| | |||||
* | oops. don't default to a dev version of gcc | Eric Andersen | 2003-08-09 | 1 | -6/+6 |
| | |||||
* | Be sure to install libstdc++ and libgcc_s | Eric Andersen | 2003-08-09 | 1 | -7/+23 |
| | |||||
* | Cope with some autoconf wierdness | Eric Andersen | 2003-08-07 | 1 | -0/+2 |
| | |||||
* | Patch from Michael Shuler. Update to version 1.2.8 and remember to | Eric Andersen | 2003-07-27 | 1 | -2/+4 |
| | | | | | copy all the required shared libs -- without them iptables dosen't do very much. | ||||
* | oops. Fixup target to correctly download and use gcc 3.3 | Eric Andersen | 2003-07-21 | 1 | -1/+1 |
| | |||||
* | Fixup valgrind build | Eric Andersen | 2003-07-14 | 1 | -7/+7 |
| | |||||
* | Update to valgrind 1.9.6 | Eric Andersen | 2003-07-13 | 1 | -2/+2 |
| |