171 Commits (b5cfdcd278a1790c3bde26f4add12ad8bf83106d)

Author SHA1 Message Date
Michael Büsch cf323eb924 optionally support parallel toolchain build. This defaults to off, because certain toolchain versions are known to break on parallel build. However, it significantly speeds up the build and latest versions of the tools do compile fine. 14 years ago
Felix Fietkau 62c1740676 toolchain: fix the sysroot mess by getting rid of $(TOOLCHAIN_DIR)/usr and moving it back to $(TOOLCHAIN_DIR), this change makes the toolchain relocatable again, which should fix the SDK 14 years ago
Mirko Vogt 3cf86bb692 nptl-supoprt should not autoselect EXTRA_WARNINGS as this results in extra CFLAGS which may not be supported by older compilers (as e.g. gcc-4.1 which e.g. the x86 target is currently using) 14 years ago
Imre Kaloz a1cdb24a3b add support for the Gateworks Laguna family (Cavium Networks Econa CNS3xxx) 14 years ago
Imre Kaloz e4ad93f5f8 the storm target is gone for a long time now 14 years ago
Mirko Vogt aa85835ef2 patch went upstream, so bump git version and remove patch locally 14 years ago
Mirko Vogt 9d0f9d3758 add support for uClibc version 0.9.32 based on git rev a7642511b08b0b8a4012bab67cb8aa554992df6b, this includes support for nptl which got merged into the uClibc master branch recently 14 years ago
Florian Fainelli 8e26889bb8 add upstream uclibc 0.9.31 patch to fix fcntl64 on 64-bits targets 14 years ago
Gabor Juhos a8e20318c5 toolchain/uClubc-0.9.31: fix syscalls on MIPS 14 years ago
Nicolas Thill 349439d7ea toolchain/uClibc: add preliminary support for 0.9.31 (needs testing) 14 years ago
Gabor Juhos af1fb0bdd1 uClibc: fix free-after-use bug in __dns_lookup (closes #6886) 15 years ago
Florian Fainelli e6ec1ce8cf add support for uClibc 0.9.30.3 15 years ago
Nicolas Thill 4437156961 uClibc: enhance debug support (closes: #6118) 15 years ago
Nicolas Thill 4c63458e63 uClibc: revert to old linuxthreads implementation on x86 (like all others arches) 15 years ago
Imre Kaloz d2bf3771ed upgrade and fixup support for the uclibc nptl branch 15 years ago
Jo-Philipp Wich 24b495c619 add menuconfig item to enable uClibc debug builds 15 years ago
Imre Kaloz a49f5f7376 fix varargs handling of the prctl syscall 15 years ago
Florian Fainelli aa0e08a565 fix uclibc for mips by adding missing upstream hunks 15 years ago
Florian Fainelli 1ebff51904 add support for uClibc 0.9.30.2 15 years ago
Felix Fietkau 27e1c7f091 uClibc: implement copysignl in libc on powerpc to avoid undefined references in libstdc++ 15 years ago
Felix Fietkau cb3495fac5 fix pthread mklibs relinking by copying libpthread_so.a from uclibc instead of using the standard _pic variant 15 years ago
Felix Fietkau 161792d02c remove support for uclibc 0.9.29 15 years ago
Felix Fietkau de6c0303ee uClibc: add support for mips non-pic relocations in ldso 15 years ago
Felix Fietkau 215ccb66e6 gcc: add llvm-gcc and llvm from trunk (does not successfully compile a target yet, but gets close) 15 years ago
Felix Fietkau e0645618a3 uClibc: add copysign, copysignf, copysignl for i386 15 years ago
Felix Fietkau 0e43efeae7 uClibc: fix strrchr on i386 15 years ago
Florian Fainelli 96d804c54f optimize binaries for the rm5200 cpu present on cobalt, do not use the mips32 isa 15 years ago
Nicolas Thill fd6e548d42 uClibc: remove absolute path linking to host libraries in libpthread.so (closes: #5601) 15 years ago
Florian Fainelli 9e1759bfe6 Do not save variables in hi or lo across system calls, fixes issues with gcc-4.4 (#5351) 15 years ago
Felix Fietkau 91fe363562 uclibc: to rebuild libc.so.0, mklibs.py needs access to libc_so.a which was not exported by default. use it instead of libc_pic.a 15 years ago
Florian Fainelli ffa2d292fe more cygwin build fixes 15 years ago
Felix Fietkau aee9d6c31c add a heavily cleaned up version of ubicom32 toolchain support 15 years ago
Gabor Juhos c8d103a660 uClibc: fix build error on ARM targets (closes #5473) 15 years ago
Florian Fainelli 1e9cba3b82 add more gcc-4.4 patches from uclibc's mailing-list 15 years ago
Imre Kaloz 17276a575d add missing patch from the uclibc buildroot 15 years ago
Imre Kaloz 2004d4165a add preliminary coldfire v4e support 15 years ago
Gabor Juhos da4435f2e1 uClibc-0.9.30.1: fix possible NULL pointer dereference (closes #5242) 15 years ago
Felix Fietkau 2f94a08df9 uClibc: bsd supports the same floating point classification functions as c99, fixes inetd 15 years ago
Felix Fietkau 1c57770f28 uClibc: add a wrapper for the missing finite() function 15 years ago
Hamish Guthrie 0c592ec7b3 Add the missing 5th arg to the ppoll syscall. Fixes the uclibc error that ppoll returns -EINVAL. Thanks to Geoff Levand <geoffrey.levand@am.sony.com> 15 years ago
Felix Fietkau 23260054dc uClibc 0.9.30.1: fix extra/scripts/unifdef.c like in linux 2.6.28 - nptl does not need this fix, because the problem was fixed upstream already 15 years ago
Jo-Philipp Wich 00a0035fa8 enable UCLIBC_SUPPORT_AI_ADDRCONFIG in common uclibc 0.9.30.1 config, this will restore support for getifaddrs() and fix compilation of lldpd and possibly others 15 years ago
Imre Kaloz cd649df858 make uclibc 0.9.30.1 the default 15 years ago
Felix Fietkau cc7805ea27 upgrade uclibc-nptl to a recent version - seems to work on xscale with gcc 4.3.3 15 years ago
Imre Kaloz f24a7c7a68 add preliminary support for the successor of the storm port 15 years ago
Jo-Philipp Wich bc3538d2d2 Fix Image Builder building - added missing /bin dir to toolchain Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> 15 years ago
Felix Fietkau b3bb79cb72 uclibc 0.9.30.1: add c99 long double math fix from gentoo (thx, ralph) fixes compile error on powerpc 15 years ago
Felix Fietkau 3bea3bc8b1 uClibc 0.9.30*: add a separate config file for brcm-2.4, since linux 2.4 module loading support is optional in this version 15 years ago
Felix Fietkau 141925202e fix the uclibc rebuild issue which leads to unresolved symbols in libnl (and possibly other libraries) 15 years ago
Felix Fietkau c633a16d80 uclibc 0.9.30: fix isnan declaration 15 years ago