Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update dropbear | Eric Andersen | 2003-12-19 | 1 | -24/+0 |
| | |||||
* | cope with latest busybox insmod options | Eric Andersen | 2003-12-11 | 1 | -6/+3 |
| | |||||
* | Support older apps by disabling UNIX98PTY_ONLY | Eric Andersen | 2003-12-10 | 1 | -1/+1 |
| | |||||
* | Fixup util-linux so it actually compiles | Eric Andersen | 2003-12-03 | 1 | -0/+28 |
| | |||||
* | Oops... we do want insmod support, but we don't need tape support. | Manuel Novoa III | 2003-12-03 | 1 | -2/+2 |
| | |||||
* | Change uClibc stdio BUFSIZ to 4k. | Manuel Novoa III | 2003-12-03 | 3 | -10/+17 |
| | | | | Update busybox config for new snapshot. | ||||
* | Add support for cris, adapted from a patch I found on the web. | Manuel Novoa III | 2003-12-03 | 1 | -1/+2 |
| | | | | http://lists.zynot.org/pipermail/zynot-commit/2003-September/000347.html | ||||
* | Use else. | Manuel Novoa III | 2003-11-24 | 1 | -2/+2 |
| | |||||
* | automatically detect if we have a usable version of sed | Eric Andersen | 2003-11-19 | 1 | -0/+21 |
| | | | | installed. If not, we will now build our own version. | ||||
* | Turn on HAS_FPU by default. If soft float support is configured in the | Manuel Novoa III | 2003-11-18 | 2 | -4/+2 |
| | | | | | | buildroot Makefile, HAS_FPU will be turned of by uclibc.mk. TODO: Implement a buildroot options for no float support at all. | ||||
* | Update the default busybox config | Eric Andersen | 2003-11-13 | 1 | -0/+1 |
| | |||||
* | Make sure we prompt for MMU setting if unknown. | Manuel Novoa III | 2003-11-11 | 2 | -2/+0 |
| | |||||
* | Default to having an MMU, which must be explictly overridden on | Eric Andersen | 2003-11-11 | 1 | -1/+1 |
| | | | | a per arch basis | ||||
* | I broke the libstdc++ locale-enabled build when I hid the definition | Manuel Novoa III | 2003-11-11 | 1 | -0/+83 |
| | | | | | | of locale_t. Since I don't want to expose this, for the moment add some nasty casts to reference the necessary pointer fields for the ctype information. | ||||
* | Update. | Manuel Novoa III | 2003-11-11 | 1 | -31/+34 |
| | |||||
* | oops | Eric Andersen | 2003-11-08 | 1 | -2/+2 |
| | |||||
* | Update the ltp testsuite | Eric Andersen | 2003-11-07 | 1 | -2/+17 |
| | |||||
* | Oops! Don't disable all float support! | Eric Andersen | 2003-11-07 | 1 | -1/+1 |
| | |||||
* | Make sure the config system asks stuff when it should, and doen't | Eric Andersen | 2003-11-07 | 1 | -2/+6 |
| | | | | ask when it shouldn't... | ||||
* | A bit more wiggling to prevent asking about the target | Eric Andersen | 2003-11-05 | 1 | -2/+15 |
| | | | | | architecture when possible, since we already know the correct answer. | ||||
* | Yet more adaption for arches such as mipsel. Do not provide | Eric Andersen | 2003-11-05 | 1 | -32/+0 |
| | | | | | defaults for endianness. Either it will be automaticly correct (such as for i386), or we need to prompt. | ||||
* | minor changes to accomodate the config system updates | Eric Andersen | 2003-11-04 | 1 | -14/+14 |
| | |||||
* | Update the uClibc config | Eric Andersen | 2003-11-04 | 1 | -4/+21 |
| | |||||
* | strace 4.5 builds properly for mipsel, and does not use sys_errlist, | Eric Andersen | 2003-11-01 | 1 | -37/+0 |
| | | | | | so we no longer need to patch anything. -Erik | ||||
* | Enable building soft float buildroot for gcc 3.3. Currently works for | Manuel Novoa III | 2003-11-01 | 5 | -0/+157 |
| | | | | | | | | | i386 (limited to 64 bit long double... same as double), arm (libfloat), mips, and mipsel. Enable cross compiling a native gcc 3.3 toolchain to run on the target. Misc rootfs cleanups... strip some things that weren't, eliminate duplicate libs, move openssl shared libs out of /lib, reduce size of libssl.so by dynamicly linking with libcrypto.so, fix dropbear compile on mips. | ||||
* | Oops. I did not intend to leave debugging and such enabled by default. | Eric Andersen | 2003-10-24 | 1 | -4/+4 |
| | |||||
* | Update default busybox config | Eric Andersen | 2003-10-22 | 1 | -0/+6 |
| | |||||
* | Upgrade valgrind | Eric Andersen | 2003-10-19 | 1 | -162/+36 |
| | |||||
* | Cope with the new RUNTIME_PREFIX | Eric Andersen | 2003-10-18 | 1 | -4/+5 |
| | |||||
* | do not use a perl, just use a patch | Eric Andersen | 2003-10-18 | 1 | -0/+252 |
| | |||||
* | Add a bit more stuff to the default busybox config | Eric Andersen | 2003-10-07 | 1 | -7/+14 |
| | |||||
* | Update included kernel version | Eric Andersen | 2003-10-07 | 51 | -9/+40 |
| | |||||
* | Add the linux test project test suite. The 'make install' step is currently | Eric Andersen | 2003-10-06 | 1 | -0/+55 |
| | | | | | broken, since I've not worked out how I want to handle that step (it wants to run as root). | ||||
* | Update file | Eric Andersen | 2003-10-03 | 1 | -0/+30 |
| | |||||
* | enable ftw by default | Eric Andersen | 2003-10-03 | 1 | -1/+1 |
| | |||||
* | Update to non-vulnerable version | Eric Andersen | 2003-10-01 | 1 | -8/+0 |
| | |||||
* | Fixup the binutils_target build | Eric Andersen | 2003-09-27 | 1 | -32/+0 |
| | |||||
* | Update the default busybox config | Eric Andersen | 2003-09-26 | 1 | -13/+5 |
| | |||||
* | Rework toolchain build to make it much more modular and | Eric Andersen | 2003-09-14 | 7 | -110/+197 |
| | | | | remove the redundant redundancy. | ||||
* | enable getopt for fakeroot | Eric Andersen | 2003-09-14 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Update the default uClibc config for 0.9.21 | Eric Andersen | 2003-09-10 | 1 | -14/+20 |
| | |||||
* | teach glib to cross compile | Eric Andersen | 2003-09-04 | 1 | -0/+0 |
| | |||||
* | Fixup strace so it compiles | Eric Andersen | 2003-09-03 | 1 | -111/+33 |
| | |||||
* | Add support for enabling use of libintl. | Manuel Novoa III | 2003-09-03 | 1 | -0/+200 |
| | | | | | | | | 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 | 1 | -0/+18 |
| | | | | patch from mjn3 to prevent gcc using broken include paths | ||||
* | Update for disabling wordexp | Eric Andersen | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | This patch is not needed with gcc 3.3.1 | Eric Andersen | 2003-08-23 | 1 | -21/+0 |
| |