Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -10/+10 |
| | |||||
* | Rework toolchain build to make it much more modular and | Eric Andersen | 2003-09-14 | 15 | -1398/+1050 |
| | | | | remove the redundant redundancy. | ||||
* | enable getopt for fakeroot | Eric Andersen | 2003-09-14 | 1 | -1/+1 |
| | |||||
* | 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.) | ||||
* | Add in a default config to make it easy for people that want | Eric Andersen | 2003-09-12 | 1 | -0/+131 |
| | | | | to enable uClibc's locale support. | ||||
* | remove stuff already in binutils-2.14.90.0.6 | Eric Andersen | 2003-09-11 | 1 | -35/+0 |
| | |||||
* | 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 |
| | |||||
* | Default to using the kernel-headers package. mention dropbear. | Eric Andersen | 2003-09-10 | 1 | -2/+5 |
| | | | | Make rootfs be rootfs_$(ARCH) | ||||
* | 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 | ||||
* | Update the default uClibc config for 0.9.21 | Eric Andersen | 2003-09-10 | 1 | -14/+20 |
| | |||||
* | 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 | 2 | -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 | 2 | -111/+35 |
| | |||||
* | Add support for enabling use of libintl. | Manuel Novoa III | 2003-09-03 | 40 | -92/+287 |
| | | | | | | | | 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 | ||||
* | Fixup binutils cross builds | Eric Andersen | 2003-09-03 | 1 | -0/+32 |
| | |||||
* | Make sure binutils does not leak system libraries into the build. | Eric Andersen | 2003-09-02 | 2 | -1/+19 |
| | | | | patch from mjn3 to prevent gcc using broken include paths | ||||
* | Update for disabling wordexp | Eric Andersen | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | "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 |
| | |||||
* | This patch is not needed with gcc 3.3.1 | Eric Andersen | 2003-08-23 | 1 | -21/+0 |
| | |||||
* | Revert strace to a stable version that actually compiles | Eric Andersen | 2003-08-22 | 1 | -5/+3 |
| | |||||
* | unset CONFIG_LAST | Eric Andersen | 2003-08-22 | 1 | -0/+1 |
| | |||||
* | 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 | 6 | -19/+151 |
| | |||||
* | fix all uses of sys_nerr and sys_errlist[] | Eric Andersen | 2003-08-20 | 1 | -3/+122 |
| | |||||
* | Fix gdb to not use sys_errlist[] and sys_nerr, | Eric Andersen | 2003-08-20 | 1 | -0/+14 |
| | |||||
* | 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 |
| | |||||
* | Update default busybox config | Eric Andersen | 2003-08-18 | 1 | -130/+80 |
| | |||||
* | Doh! | Eric Andersen | 2003-08-17 | 1 | -3/+3 |
| | |||||
* | Update dropbear to the latest and greatest, fixing a | Eric Andersen | 2003-08-17 | 2 | -45/+2 |
| | | | | security problem | ||||
* | Update valgrind | Eric Andersen | 2003-08-17 | 3 | -4/+287 |
| | |||||
* | Update to binutils-2.14.90.0.5 and gcc-3.3.1 | Eric Andersen | 2003-08-17 | 1 | -13/+15 |
| | |||||
* | Update for the latest and greatest uClibc | Eric Andersen | 2003-08-17 | 1 | -0/+36 |
| | |||||
* | I missed a spot | Eric Andersen | 2003-08-10 | 1 | -1/+2 |
| |