summaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc
Commit message (Collapse)AuthorAgeFilesLines
* [toolchain] we have a minimal gcc target compiler since [13931], so use it ↵nico2009-01-201-0/+1
| | | | | | in uClibc headers generation git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14123 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uClibc: compile fix for the new linuxthreads implementation on mipsnbd2009-01-201-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14118 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] backport patch to allow building uClibc-0.9.28.2 on recent x86 ↵nico2009-01-192-13/+18
| | | | | | kernels git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14105 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] fix linux headers & source paths at uClibc config stagenico2009-01-171-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14080 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uclibc: fix the new libpthread implementation on armnbd2009-01-171-0/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14074 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add uclibc eabi patches from #3988nbd2009-01-173-0/+55
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14073 3c298f89-4303-0410-b956-a3cf2f4a3e73
* work around problems with the libpthread onexit() handlernbd2009-01-141-0/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14032 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix the new libpthread implementation - the function table init was brokennbd2009-01-132-11/+35
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14027 3c298f89-4303-0410-b956-a3cf2f4a3e73
* do not strip uclibcnbd2009-01-131-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14019 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use the new linuxthreads implementation on i386,i686nbd2009-01-132-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14016 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uclibc: add the trunc functionnbd2009-01-131-0/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14014 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uclibc: add some libpthread fixesnbd2009-01-132-0/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14013 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [massive] add support for alternative C libraries (currently only glibc/eglibc)nico2009-01-083-51/+47
| | | | | | | | | | | other (related) changes: - kernel headers are now installed using "make headers_install" on 2.6 - target names now contain an openwrt "vendor" tag (e.g. mips-openwrt-linux-gnu) - build directory names now contain gcc/libc name/version - default cpu for x86 is now i486 (required to build glibc/eglibc) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13931 3c298f89-4303-0410-b956-a3cf2f4a3e73
* general fixes for openwrt with kernel 2.6.28kaloz2009-01-051-0/+21
| | | | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13876 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uClibc] enable netlink supportjow2009-01-0311-11/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13839 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uClibc] enable support for getifaddrs() - required by lldpdjow2009-01-031-0/+162
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13834 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove the openat() patch, as it's breaking quite a few packages.nbd2009-01-021-71/+0
| | | | | | | | | the problem is in the AT_FDCWD define, which packages check for to see if fdopenat, openat, fstatat, etc. are supported, but the patch only adds openat() and not the other functions. this should probably be fixed upstream and not just in openwrt. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13817 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openat is not an implemented syscall on linux-2.4, so make it only available ↵florian2008-11-161-1/+4
| | | | | | for linux-2.6 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13234 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add support for openat system call - this must be extended for the rest of ↵hcg2008-11-141-0/+68
| | | | | | these system calls git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13200 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [cosmetic] indent conditionnals in uClibc Makefilenico2008-11-081-21/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13144 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix locations for the uClibc snapshot version (#4065)florian2008-10-281-1/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13067 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix a segfault in uclibc ldso.lars2008-09-251-0/+30
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12698 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Avoid endless recursion in uClibc pthreads.lars2008-09-221-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12652 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable autorebuild for the toolchain, as it can easily lead to build breakagesnbd2008-09-021-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12492 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make libc.so symlink relative instead of absolute (#3878)nbd2008-08-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12333 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix uClibc legacy versionnbd2008-07-291-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11993 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update uClibc config for x86_64florian2008-07-271-14/+56
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11963 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uClibc for x86 targets and kernels >= 2.6.24 need to copy the right include ↵florian2008-07-211-0/+7
| | | | | | files, remove this when there are no 2.6.23 left git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11893 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use qstrip macro to strip quoted CONFIG_* stringsnico2008-07-141-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11832 3c298f89-4303-0410-b956-a3cf2f4a3e73
* * refresh storm patcheskaloz2008-06-051-1/+1
| | | | | | * disable BX in uClibc config, add ethernet and watchdog support -- thanks to Zilvinas Valinskas git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11367 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix a bug causing an infinite loop in getaddrinfo (closes: #3344)nico2008-05-111-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11106 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix up uclibc support for etraxblogic2008-05-032-16/+54
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11025 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix uclibc version selectionblogic2008-05-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11024 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add preliminary support for Storm SL3512 based devices, not ready yetkaloz2008-04-271-0/+210
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10956 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typokaloz2008-04-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10718 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix uclibc build on osxnbd2008-03-091-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10578 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix md5sum for v0.28.2 (closes: #3159)nico2008-02-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10498 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing config change for OABInbd2008-02-141-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10459 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sync AVR32 patches with upstreamkaloz2008-02-072-111/+31
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10411 3c298f89-4303-0410-b956-a3cf2f4a3e73
* turn on UCLIBC_HAS_PROGRAM_INVOCATION_NAME (see #2941)nbd2008-02-028-8/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10358 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] eliminate the root cause of the uClibc problems on the powerpc ↵juhosg2008-02-011-78/+0
| | | | | | platform git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10346 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] uClibc: change some symbols to local on ppc to make Kaloz happy :)juhosg2008-01-271-0/+78
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10285 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove some wrong depends/defaultsnbd2008-01-271-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10284 3c298f89-4303-0410-b956-a3cf2f4a3e73
* oops, missing fileralph2008-01-271-0/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10283 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add uClibc version 0.9.28.2, 0.9.28.3 and snapshots for development purpose ↵ralph2008-01-2733-6/+6043
| | | | | | | | | | (and already deployed evaluation boards) the version 0.9.29 is still the default version git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10282 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] uClibc: restore support of shadow passwords, but make it ↵juhosg2008-01-2611-21/+16
| | | | | | configurable git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10276 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix sockets.h for mips/mipselflorian2007-12-311-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10066 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix uclibc compile on brcm-2.4nbd2007-12-301-0/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10063 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix ntpd compilenbd2007-12-301-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10057 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use __inline__ instead of inline to avoid build errors with -ansinbd2007-12-301-10/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10051 3c298f89-4303-0410-b956-a3cf2f4a3e73