aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc
Commit message (Collapse)AuthorAgeFilesLines
* toolchain: fix the sysroot mess by getting rid of $(TOOLCHAIN_DIR)/usr and ↵Felix Fietkau2010-08-191-8/+6
| | | | | | moving it back to $(TOOLCHAIN_DIR), this change makes the toolchain relocatable again, which should fix the SDK SVN-Revision: 22723
* nptl-supoprt should not autoselect EXTRA_WARNINGS as this results in extra ↵Mirko Vogt2010-08-061-0/+11
| | | | | | CFLAGS which may not be supported by older compilers (as e.g. gcc-4.1 which e.g. the x86 target is currently using) SVN-Revision: 22511
* add support for the Gateworks Laguna family (Cavium Networks Econa CNS3xxx)Imre Kaloz2010-07-215-0/+125
| | | | SVN-Revision: 22323
* the storm target is gone for a long time nowImre Kaloz2010-07-205-130/+0
| | | | SVN-Revision: 22311
* patch went upstream, so bump git version and remove patch locallyMirko Vogt2010-06-222-79/+3
| | | | SVN-Revision: 21881
* add support for uClibc version 0.9.32 based on git rev ↵Mirko Vogt2010-06-2033-94/+4630
| | | | | | a7642511b08b0b8a4012bab67cb8aa554992df6b, this includes support for nptl which got merged into the uClibc master branch recently SVN-Revision: 21856
* add upstream uclibc 0.9.31 patch to fix fcntl64 on 64-bits targetsFlorian Fainelli2010-05-191-0/+26
| | | | SVN-Revision: 21504
* toolchain/uClubc-0.9.31: fix syscalls on MIPSGabor Juhos2010-04-151-0/+110
| | | | SVN-Revision: 20882
* toolchain/uClibc: add preliminary support for 0.9.31 (needs testing)Nicolas Thill2010-04-1531-1/+5115
| | | | SVN-Revision: 20873
* uClibc: fix free-after-use bug in __dns_lookup (closes #6886)Gabor Juhos2010-03-233-0/+135
| | | | SVN-Revision: 20384
* add support for uClibc 0.9.30.3Florian Fainelli2010-03-1331-0/+5225
| | | | SVN-Revision: 20181
* uClibc: enhance debug support (closes: #6118)Nicolas Thill2010-03-074-5/+22
| | | | SVN-Revision: 20031
* uClibc: revert to old linuxthreads implementation on x86 (like all others ↵Nicolas Thill2010-03-074-8/+0
| | | | | | arches) SVN-Revision: 20030
* upgrade and fixup support for the uclibc nptl branchImre Kaloz2010-02-264-18/+47
| | | | SVN-Revision: 19871
* add menuconfig item to enable uClibc debug buildsJo-Philipp Wich2010-02-252-0/+12
| | | | SVN-Revision: 19860
* fix varargs handling of the prctl syscallImre Kaloz2010-02-191-0/+68
| | | | SVN-Revision: 19740
* fix uclibc for mips by adding missing upstream hunksFlorian Fainelli2010-01-221-0/+83
| | | | SVN-Revision: 19272
* add support for uClibc 0.9.30.2Florian Fainelli2010-01-1430-0/+5223
| | | | SVN-Revision: 19125
* uClibc: implement copysignl in libc on powerpc to avoid undefined references ↵Felix Fietkau2009-10-271-0/+103
| | | | | | in libstdc++ SVN-Revision: 18178
* fix pthread mklibs relinking by copying libpthread_so.a from uclibc instead ↵Felix Fietkau2009-10-201-0/+1
| | | | | | of using the standard _pic variant SVN-Revision: 18090
* remove support for uclibc 0.9.29Felix Fietkau2009-10-1947-4787/+0
| | | | SVN-Revision: 18078
* uClibc: add support for mips non-pic relocations in ldsoFelix Fietkau2009-10-191-0/+289
| | | | SVN-Revision: 18069
* gcc: add llvm-gcc and llvm from trunk (does not successfully compile a ↵Felix Fietkau2009-10-101-0/+11
| | | | | | target yet, but gets close) SVN-Revision: 18019
* uClibc: add copysign, copysignf, copysignl for i386Felix Fietkau2009-10-101-0/+96
| | | | SVN-Revision: 18017
* uClibc: fix strrchr on i386Felix Fietkau2009-10-101-0/+11
| | | | SVN-Revision: 18016
* optimize binaries for the rm5200 cpu present on cobalt, do not use the ↵Florian Fainelli2009-10-071-0/+17
| | | | | | mips32 isa SVN-Revision: 17980
* uClibc: remove absolute path linking to host libraries in libpthread.so ↵Nicolas Thill2009-10-021-9/+9
| | | | | | (closes: #5601) SVN-Revision: 17814
* Do not save variables in hi or lo across system calls, fixes issues with ↵Florian Fainelli2009-09-261-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 Fietkau2009-08-291-0/+1
| | | | | | not exported by default. use it instead of libc_pic.a SVN-Revision: 17438
* more cygwin build fixesFlorian Fainelli2009-08-262-7/+21
| | | | SVN-Revision: 17401
* add a heavily cleaned up version of ubicom32 toolchain supportFelix Fietkau2009-08-213-0/+4443
| | | | SVN-Revision: 17346
* uClibc: fix build error on ARM targets (closes #5473)Gabor Juhos2009-07-071-24/+38
| | | | SVN-Revision: 16735
* add more gcc-4.4 patches from uclibc's mailing-listFlorian Fainelli2009-07-061-0/+902
| | | | SVN-Revision: 16720
* add missing patch from the uclibc buildrootImre Kaloz2009-06-231-0/+371
| | | | SVN-Revision: 16541
* add preliminary coldfire v4e supportImre Kaloz2009-06-212-0/+10
| | | | SVN-Revision: 16538
* uClibc-0.9.30.1: fix possible NULL pointer dereference (closes #5242)Gabor Juhos2009-06-031-0/+11
| | | | SVN-Revision: 16304
* uClibc: bsd supports the same floating point classification functions as ↵Felix Fietkau2009-05-292-0/+18
| | | | | | c99, fixes inetd SVN-Revision: 16172
* uClibc: add a wrapper for the missing finite() functionFelix Fietkau2009-05-292-0/+28
| | | | SVN-Revision: 16170
* Add the missing 5th arg to the ppoll syscall. Fixes the uclibc error that ↵Hamish Guthrie2009-05-292-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 Fietkau2009-05-281-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 Wich2009-05-271-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 defaultImre Kaloz2009-05-252-6/+3
| | | | SVN-Revision: 16047
* upgrade uclibc-nptl to a recent version - seems to work on xscale with gcc 4.3.3Felix Fietkau2009-05-221-4/+4
| | | | SVN-Revision: 16004
* add preliminary support for the successor of the storm portImre Kaloz2009-05-113-0/+77
| | | | SVN-Revision: 15772
* Fix Image Builder building - added missing /bin dir to toolchain ↵Jo-Philipp Wich2009-05-071-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 Fietkau2009-05-071-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 Fietkau2009-05-062-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 Fietkau2009-05-041-1/+2
| | | | | | possibly other libraries) SVN-Revision: 15599
* uclibc 0.9.30: fix isnan declarationFelix Fietkau2009-05-041-0/+11
| | | | SVN-Revision: 15589
* uclibc 0.9.29: fix isinf, finite prototypesFelix Fietkau2009-05-041-0/+29
| | | | SVN-Revision: 15588