Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-11 | Update. | Manuel Novoa III | |
2003-11-08 | oops | Eric Andersen | |
2003-11-07 | Update the ltp testsuite | Eric Andersen | |
2003-11-07 | Oops! Don't disable all float support! | Eric Andersen | |
2003-11-07 | Make sure the config system asks stuff when it should, and doen't | Eric Andersen | |
ask when it shouldn't... | |||
2003-11-05 | A bit more wiggling to prevent asking about the target | Eric Andersen | |
architecture when possible, since we already know the correct answer. | |||
2003-11-05 | Yet more adaption for arches such as mipsel. Do not provide | Eric Andersen | |
defaults for endianness. Either it will be automaticly correct (such as for i386), or we need to prompt. | |||
2003-11-04 | minor changes to accomodate the config system updates | Eric Andersen | |
2003-11-04 | Update the uClibc config | Eric Andersen | |
2003-11-01 | strace 4.5 builds properly for mipsel, and does not use sys_errlist, | Eric Andersen | |
so we no longer need to patch anything. -Erik | |||
2003-11-01 | Enable building soft float buildroot for gcc 3.3. Currently works for | Manuel Novoa III | |
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. | |||
2003-10-24 | Oops. I did not intend to leave debugging and such enabled by default. | Eric Andersen | |
2003-10-22 | Update default busybox config | Eric Andersen | |
2003-10-19 | Upgrade valgrind | Eric Andersen | |
2003-10-18 | Cope with the new RUNTIME_PREFIX | Eric Andersen | |
2003-10-18 | do not use a perl, just use a patch | Eric Andersen | |
2003-10-07 | Add a bit more stuff to the default busybox config | Eric Andersen | |
2003-10-07 | Update included kernel version | Eric Andersen | |
2003-10-06 | Add the linux test project test suite. The 'make install' step is currently | Eric Andersen | |
broken, since I've not worked out how I want to handle that step (it wants to run as root). | |||
2003-10-03 | Update file | Eric Andersen | |
2003-10-03 | enable ftw by default | Eric Andersen | |
2003-10-01 | Update to non-vulnerable version | Eric Andersen | |
2003-09-27 | Fixup the binutils_target build | Eric Andersen | |
2003-09-26 | Update the default busybox config | Eric Andersen | |
2003-09-14 | Rework toolchain build to make it much more modular and | Eric Andersen | |
remove the redundant redundancy. | |||
2003-09-14 | enable getopt for fakeroot | Eric Andersen | |
2003-09-12 | Add in a default config to make it easy for people that want | Eric Andersen | |
to enable uClibc's locale support. | |||
2003-09-11 | remove stuff already in binutils-2.14.90.0.6 | Eric Andersen | |
2003-09-10 | Update the default uClibc config for 0.9.21 | Eric Andersen | |
2003-09-04 | teach glib to cross compile | Eric Andersen | |
2003-09-03 | Fixup strace so it compiles | 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-09-03 | Fixup binutils cross builds | Eric Andersen | |
2003-09-02 | Make sure binutils does not leak system libraries into the build. | Eric Andersen | |
patch from mjn3 to prevent gcc using broken include paths | |||
2003-09-01 | Update for disabling wordexp | Eric Andersen | |
2003-08-23 | This patch is not needed with gcc 3.3.1 | Eric Andersen | |
2003-08-22 | unset CONFIG_LAST | Eric Andersen | |
2003-08-22 | Make binutils not leak libraries | Eric Andersen | |
2003-08-20 | fix all uses of sys_nerr and sys_errlist[] | Eric Andersen | |
2003-08-20 | Fix gdb to not use sys_errlist[] and sys_nerr, | Eric Andersen | |
2003-08-18 | Update default busybox config | Eric Andersen | |
2003-08-17 | Update dropbear to the latest and greatest, fixing a | Eric Andersen | |
security problem | |||
2003-08-17 | Update valgrind | Eric Andersen | |
2003-08-17 | Update for the latest and greatest uClibc | Eric Andersen | |
2003-08-01 | I wrote this patch some time ago, seems I forgot to commit it. | Eric Andersen | |
This fixes a serious bug in diethotplug, and fixes the install locations. -Erik | |||
2003-07-24 | Patch from Dean Matsen to fix broken telnet format strings. | Eric Andersen | |
2003-07-13 | Update to valgrind 1.9.6 | Eric Andersen | |
2003-07-13 | Omit specifying kernel version | Eric Andersen | |
2003-06-28 | Add support for building perl | Eric Andersen | |
2003-06-27 | add UCLIBC_HAS_TM_EXTENSIONS | Eric Andersen | |