Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build gdb with <arch>-linux-uclibc explicitly (when necessary) in case it | Manuel Novoa III | 2004-01-14 | 1 | -0/+154 |
| | | | | | | needs to be aware. To do this, we grab a (patched) copy of config.sub from gcc. Also specify some configure vars which aren't tested when cross compiling. | ||||
* | Oops. | Manuel Novoa III | 2004-01-14 | 2 | -8/+6 |
| | |||||
* | Enable building <arch>-linux-uclibc toolchains. Note that, due to config | Manuel Novoa III | 2004-01-14 | 10 | -47/+6178 |
| | | | | | | | | | | | | | | | | | issues for applications, we also create staging_dir/bin/<arch>-linux-* symlinks which allows us to configure most apps with target=<arch>-linux. gcc 3.3.2 libstdc++ now correctly identifies uclibc locale support. There are still some issues (mainly related to wide char time strings and wcsftime) to be addressed, but those are on hold until the uClibc locale internals are reworked once again. With the new stuff, we can also build gcc 2.95 and STLport again, although the native gcc build for the target is failing. Archs supported (some archs not yet tested): 2.95 - i386, arm, mips*, powerpc. 3.3.2 - Hopefull all for which uClibc has shared lib support. | ||||
* | Update ltp to the latest version. Current results: | Eric Andersen | 2004-01-11 | 1 | -80/+14 |
| | | | | | | | | | | | | | | | | | | | $ grep FAIL logfile fcntl18 2 FAIL : Test F_GETLK64: for errno EFAULT FAILED fcntl18 0 INFO : Block 2 FAILED fcntl18 2 FAIL : Test F_GETLK64: for errno EFAULT FAILED fcntl18 0 INFO : Block 2 FAILED flock03 2 FAIL : Child: Unable to relock file after unlocking, errno 37 flock03 2 FAIL : flock03 Failed nanosleep02 1 FAIL : Remaining sleep time 4010000 usec doesn't match with the expected 3992631 usec time nanosleep02 1 FAIL : child process exited abnormally INFO: pan reported some tests FAIL $ grep BROK logfile setgroups04 1 BROK : Unexpected signal 11 received. swapoff02 1 BROK : Failed to turn on the swap file. skipping the test iteration swapoff02 2 BROK : Remaining cases broken swapoff02 3 BROK : Remaining cases broken | ||||
* | Mount devpts properly | Eric Andersen | 2004-01-03 | 1 | -1/+1 |
| | |||||
* | Fix some more ltp bugs | Eric Andersen | 2004-01-03 | 1 | -0/+33 |
| | |||||
* | A bit more tateful this time | Eric Andersen | 2004-01-02 | 1 | -35/+9 |
| | |||||
* | Patch the patch... | Eric Andersen | 2004-01-02 | 1 | -6/+6 |
| | |||||
* | Update the ltp patch with a few bug fixes... | Eric Andersen | 2004-01-02 | 1 | -0/+75 |
| | |||||
* | Update for the latest uClibc | Eric Andersen | 2003-12-30 | 2 | -12/+16 |
| | |||||
* | Update default config | Eric Andersen | 2003-12-28 | 1 | -2/+4 |
| | |||||
* | Fixup the build of the hostap utils, use the kernel hostap | Eric Andersen | 2003-12-28 | 1 | -2/+2 |
| | | | | stuff for the driver modules. | ||||
* | Add support for openvpn | Eric Andersen | 2003-12-28 | 1 | -0/+103 |
| | |||||
* | uClibc has handled YESSTR/NOSTR for some time, so kill that part of the | Manuel Novoa III | 2003-12-27 | 1 | -14/+0 |
| | | | | patch as well. | ||||
* | With the libpthread fix, part of the patch is no longer required. | Manuel Novoa III | 2003-12-27 | 1 | -25/+0 |
| | |||||
* | Update. | Manuel Novoa III | 2003-12-25 | 1 | -1/+1 |
| | |||||
* | bump kernel to 2.4.23, and update the default patch set to match | Eric Andersen | 2003-12-20 | 19 | -0/+5 |
| | |||||
* | 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). |