Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | uClibc: add support for mips non-pic relocations in ldso | Felix Fietkau | 2009-10-19 | 1 | -0/+289 | |
| | | | | SVN-Revision: 18069 | |||||
* | gcc: add llvm-gcc and llvm from trunk (does not successfully compile a ↵ | Felix Fietkau | 2009-10-10 | 1 | -0/+11 | |
| | | | | | | target yet, but gets close) SVN-Revision: 18019 | |||||
* | uClibc: add copysign, copysignf, copysignl for i386 | Felix Fietkau | 2009-10-10 | 1 | -0/+96 | |
| | | | | SVN-Revision: 18017 | |||||
* | uClibc: fix strrchr on i386 | Felix Fietkau | 2009-10-10 | 1 | -0/+11 | |
| | | | | SVN-Revision: 18016 | |||||
* | optimize binaries for the rm5200 cpu present on cobalt, do not use the ↵ | Florian Fainelli | 2009-10-07 | 1 | -0/+17 | |
| | | | | | | mips32 isa SVN-Revision: 17980 | |||||
* | uClibc: remove absolute path linking to host libraries in libpthread.so ↵ | Nicolas Thill | 2009-10-02 | 1 | -9/+9 | |
| | | | | | | (closes: #5601) SVN-Revision: 17814 | |||||
* | Do not save variables in hi or lo across system calls, fixes issues with ↵ | Florian Fainelli | 2009-09-26 | 1 | -0/+30 | |
| | | | | | | gcc-4.4 (#5351) SVN-Revision: 17742 | |||||
* | uclibc: to rebuild libc.so.0, mklibs.py needs access to libc_so.a which was ↵ | Felix Fietkau | 2009-08-29 | 1 | -0/+1 | |
| | | | | | | not exported by default. use it instead of libc_pic.a SVN-Revision: 17438 | |||||
* | more cygwin build fixes | Florian Fainelli | 2009-08-26 | 2 | -7/+21 | |
| | | | | SVN-Revision: 17401 | |||||
* | add a heavily cleaned up version of ubicom32 toolchain support | Felix Fietkau | 2009-08-21 | 3 | -0/+4443 | |
| | | | | SVN-Revision: 17346 | |||||
* | uClibc: fix build error on ARM targets (closes #5473) | Gabor Juhos | 2009-07-07 | 1 | -24/+38 | |
| | | | | SVN-Revision: 16735 | |||||
* | add more gcc-4.4 patches from uclibc's mailing-list | Florian Fainelli | 2009-07-06 | 1 | -0/+902 | |
| | | | | SVN-Revision: 16720 | |||||
* | add missing patch from the uclibc buildroot | Imre Kaloz | 2009-06-23 | 1 | -0/+371 | |
| | | | | SVN-Revision: 16541 | |||||
* | add preliminary coldfire v4e support | Imre Kaloz | 2009-06-21 | 2 | -0/+10 | |
| | | | | SVN-Revision: 16538 | |||||
* | uClibc-0.9.30.1: fix possible NULL pointer dereference (closes #5242) | Gabor Juhos | 2009-06-03 | 1 | -0/+11 | |
| | | | | SVN-Revision: 16304 | |||||
* | uClibc: bsd supports the same floating point classification functions as ↵ | Felix Fietkau | 2009-05-29 | 2 | -0/+18 | |
| | | | | | | c99, fixes inetd SVN-Revision: 16172 | |||||
* | uClibc: add a wrapper for the missing finite() function | Felix Fietkau | 2009-05-29 | 2 | -0/+28 | |
| | | | | SVN-Revision: 16170 | |||||
* | Add the missing 5th arg to the ppoll syscall. Fixes the uclibc error that ↵ | Hamish Guthrie | 2009-05-29 | 2 | -0/+77 | |
| | | | | | | ppoll returns -EINVAL. Thanks to Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 16166 | |||||
* | uClibc 0.9.30.1: fix extra/scripts/unifdef.c like in linux 2.6.28 - nptl ↵ | Felix Fietkau | 2009-05-28 | 1 | -0/+29 | |
| | | | | | | does not need this fix, because the problem was fixed upstream already SVN-Revision: 16140 | |||||
* | enable UCLIBC_SUPPORT_AI_ADDRCONFIG in common uclibc 0.9.30.1 config, this ↵ | Jo-Philipp Wich | 2009-05-27 | 1 | -1/+1 | |
| | | | | | | will restore support for getifaddrs() and fix compilation of lldpd and possibly others SVN-Revision: 16108 | |||||
* | make uclibc 0.9.30.1 the default | Imre Kaloz | 2009-05-25 | 2 | -6/+3 | |
| | | | | SVN-Revision: 16047 | |||||
* | upgrade uclibc-nptl to a recent version - seems to work on xscale with gcc 4.3.3 | Felix Fietkau | 2009-05-22 | 1 | -4/+4 | |
| | | | | SVN-Revision: 16004 | |||||
* | add preliminary support for the successor of the storm port | Imre Kaloz | 2009-05-11 | 3 | -0/+77 | |
| | | | | SVN-Revision: 15772 | |||||
* | Fix Image Builder building - added missing /bin dir to toolchain ↵ | Jo-Philipp Wich | 2009-05-07 | 1 | -0/+1 | |
| | | | | | | Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15681 | |||||
* | uclibc 0.9.30.1: add c99 long double math fix from gentoo (thx, ralph) fixes ↵ | Felix Fietkau | 2009-05-07 | 1 | -0/+474 | |
| | | | | | | compile error on powerpc SVN-Revision: 15670 | |||||
* | uClibc 0.9.30*: add a separate config file for brcm-2.4, since linux 2.4 ↵ | Felix Fietkau | 2009-05-06 | 2 | -0/+36 | |
| | | | | | | module loading support is optional in this version SVN-Revision: 15644 | |||||
* | fix the uclibc rebuild issue which leads to unresolved symbols in libnl (and ↵ | Felix Fietkau | 2009-05-04 | 1 | -1/+2 | |
| | | | | | | possibly other libraries) SVN-Revision: 15599 | |||||
* | uclibc 0.9.30: fix isnan declaration | Felix Fietkau | 2009-05-04 | 1 | -0/+11 | |
| | | | | SVN-Revision: 15589 | |||||
* | uclibc 0.9.29: fix isinf, finite prototypes | Felix Fietkau | 2009-05-04 | 1 | -0/+29 | |
| | | | | SVN-Revision: 15588 | |||||
* | building uml on x86_64 w/ uClibc 0.9.29 is currently broken, select 0.9.30.1 ↵ | Florian Fainelli | 2009-04-27 | 2 | -1/+2 | |
| | | | | | | which is working SVN-Revision: 15450 | |||||
* | uClibc cleanup: - use full version string (0.9.30.1), instead of base ↵ | Nicolas Thill | 2009-04-24 | 69 | -4797/+23 | |
| | | | | | | (0.9.30) + extra (.1) - remove support for 0.9.28 and snapshots (building from SVN to be added later) SVN-Revision: 15368 | |||||
* | uClibc NPTL: remove the pthread daemon() fix and revert r15343 | Nicolas Thill | 2009-04-24 | 2 | -10/+36 | |
| | | | | SVN-Revision: 15367 | |||||
* | uclibc: add the pthread daemon() fix from #4809 | Felix Fietkau | 2009-04-23 | 3 | -0/+30 | |
| | | | | SVN-Revision: 15344 | |||||
* | uclibc: remove the sockets_throw patch from 0.9.30, as it does not apply to ↵ | Felix Fietkau | 2009-04-23 | 2 | -47/+0 | |
| | | | | | | 0.9.30.1 SVN-Revision: 15343 | |||||
* | add a modified version of the mips64 patch from #4603 | Felix Fietkau | 2009-04-18 | 7 | -0/+107 | |
| | | | | SVN-Revision: 15249 | |||||
* | mark uclibc nptl and snapshot as broken | Felix Fietkau | 2009-04-09 | 1 | -0/+2 | |
| | | | | SVN-Revision: 15179 | |||||
* | fix uclibc subdir | Felix Fietkau | 2009-03-24 | 1 | -1/+1 | |
| | | | | SVN-Revision: 15010 | |||||
* | append the correct extraversion to the toolchain's info.mk for uclibc-nptl | Felix Fietkau | 2009-03-24 | 1 | -1/+1 | |
| | | | | SVN-Revision: 15008 | |||||
* | fix uclibc symlink for nptl | Felix Fietkau | 2009-03-24 | 1 | -4/+4 | |
| | | | | SVN-Revision: 15007 | |||||
* | add uclibc-nptl | Felix Fietkau | 2009-03-24 | 17 | -7/+495 | |
| | | | | SVN-Revision: 15006 | |||||
* | remove obsolete comment | Felix Fietkau | 2009-03-24 | 1 | -1/+0 | |
| | | | | SVN-Revision: 15005 | |||||
* | clean up uClibc config handling - use kconfig.pl to split configs similar to ↵ | Felix Fietkau | 2009-03-24 | 35 | -6091/+727 | |
| | | | | | | how it's done in the kernel SVN-Revision: 15004 | |||||
* | fix $(BUILD_DIR_TOOLCHAIN)/uClibc symlink | Felix Fietkau | 2009-03-23 | 1 | -1/+1 | |
| | | | | SVN-Revision: 15001 | |||||
* | add uclibc 0.9.30.1 | Felix Fietkau | 2009-03-23 | 3 | -56/+7 | |
| | | | | SVN-Revision: 15000 | |||||
* | clean up uclibc patch/config version handling a bit | Felix Fietkau | 2009-03-23 | 84 | -26/+8 | |
| | | | | SVN-Revision: 14994 | |||||
* | fix stampfile variables for the toolchain build (fixes gcc compile error) | Felix Fietkau | 2009-03-13 | 1 | -2/+2 | |
| | | | | SVN-Revision: 14862 | |||||
* | Upstream fix for syscall() not setting errno on errors on MIPS | Steven Barth | 2009-02-28 | 1 | -0/+31 | |
| | | | | SVN-Revision: 14689 | |||||
* | move common variables to a dedicated include file | Nicolas Thill | 2009-02-23 | 1 | -7/+3 | |
| | | | | SVN-Revision: 14648 | |||||
* | build system refactoring in preparation for allowing packages to do ↵ | Felix Fietkau | 2009-02-22 | 1 | -30/+30 | |
| | | | | | | host-build steps SVN-Revision: 14610 | |||||
* | uClibc: refresh patches for uClibc | Hauke Mehrtens | 2009-02-21 | 21 | -298/+84 | |
| | | | | SVN-Revision: 14588 |