summaryrefslogtreecommitdiff
path: root/toolchain/uClibc
AgeCommit message (Collapse)Author
2013-10-18fix toolchain build with uclibc from OpenWrtWaldemar Brodkorb
2013-10-08fix uClibc compile for avr32Waldemar Brodkorb
2013-04-19fix for non-64 bit platforms without TARGET_SUBARCH, from uclibc mlWaldemar Brodkorb
2012-10-12fixup routine for uClibcWaldemar Brodkorb
2012-10-07support for 32/64 x86_64 multilib with eglibcWaldemar Brodkorb
2012-10-05make libgcc static for busybox, make librt separate package, remove ↵Waldemar Brodkorb
dependency to libtirpc, disable inetd, add preliminary multilib support (not working right now),enable 32/64 bit kernel support for x86_64
2012-10-01only N64 needs ld64-uClibc.soWaldemar Brodkorb
2012-09-28update gcc to latest upstream versionWaldemar Brodkorb
2012-09-21fix sed command lineWaldemar Brodkorb
2012-09-21set correct ABI in uClibcWaldemar Brodkorb
2012-09-21update uClibc to 0.9.33.2Waldemar Brodkorb
2012-09-20add basic support for qemu-mips64Waldemar Brodkorb
2012-02-18update to 0.9.32.1, add patches to allow static linking of threaded ↵Waldemar Brodkorb
applications as x11vnc
2012-01-12update iproute2 to 3.2.0, add needed unshare support from buildroot for uClibcWaldemar Brodkorb
2011-10-12Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-10-12add basic support for avr32 -> ngw100Waldemar Brodkorb
2011-09-02add basic support for qemu-system-sh4Waldemar Brodkorb
2011-08-30add infrastructure for qemu-cris (still broken)Waldemar Brodkorb
2011-08-09java uses $ORIGIN in RPATH of the binary. This patch fromWaldemar Brodkorb
the mailinglist, seems to work fine. http://www.mail-archive.com/uclibc@uclibc.org/msg06444.html
2011-06-16update to stable versionWaldemar Brodkorb
2011-06-12update default kernel to 2.6.39Waldemar Brodkorb
2011-05-15fix bulktoolchain targetWaldemar Brodkorb
2011-04-27fix allconfig for foxg20Waldemar Brodkorb
2011-04-26make arm/mips architectures more configurable in a simpler wayWaldemar Brodkorb
2011-03-19add vfork implementation from klibc, fix gnu tar problemWaldemar Brodkorb
2011-03-18update to rc3Waldemar Brodkorb
2011-03-17disable lto for uclibc, it failsWaldemar Brodkorb
2011-02-26resolve xterm Makefile conflictWaldemar Brodkorb
2011-01-25more HOSTCC eliminationWaldemar Brodkorb
2011-01-20update to rc2, remove obsolete patchesWaldemar Brodkorb
2011-01-12fix ssp support, logic errorWaldemar Brodkorb
2011-01-10add LTO support to toolchain settings. Cleanup SYSROOT mess.Waldemar Brodkorb
- just use on sysroot directory for toolchain. - add missing patches from previos commit. (rpath/cflags cleanup)
2011-01-07add toolchain settings menu pointWaldemar Brodkorb
- gdb compilation can be disabled - gcc languages (c++/java) can be enabled/disabled - gcc stack smashing protection can be enabled/disabled
2011-01-02make bulk fixes. fix toolchain building for sparc64/ppcWaldemar Brodkorb
2010-12-31revert common uClibc vfork implementation. the new one does not work with ↵Waldemar Brodkorb
cris architecture
2010-12-31add patch from uClibc trunk, otherwise mipsel build breaksWaldemar Brodkorb
2010-12-30rework architecture / embedded systems conceptWaldemar Brodkorb
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;)
2010-06-20uclibc: fix for broken daemon() in pthreaded programsPhil Sutter
2010-04-21revert uclibc updateWaldemar Brodkorb
2010-04-21resolve merge conflictWaldemar Brodkorb
2010-04-12enable parallel building for uclibcPhil Sutter
2010-04-04update to latest upstreamWaldemar Brodkorb
2010-03-14update to latest stable upstreamWaldemar Brodkorb
2010-02-27fix checksum check of toolchain archives after downloadWaldemar Brodkorb
and update alix/wrap targets to 2.6.33
2010-02-24toolchain: trailing whitespaces cleanup (just cosmetics!)Phil Sutter
2010-02-14Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-14add generic toolchain only supportWaldemar Brodkorb
remove special cases (tomtom/g1)
2010-02-14remove unused workaroundWaldemar Brodkorb
2010-02-03fix compile for mips64 targetWaldemar Brodkorb
from http://www.mail-archive.com/uclibc@uclibc.org/msg04960.html
2010-01-30update uclibc to latest upstream versionWaldemar Brodkorb
MIPS problem is solved, no extension patch needed anymore. uClibc can be compiled again with optimization for size. getline patch is already included upstream. New patch backported from uclibc-current, to compile fastat on 64 Bit Host and Target. ICE for Etrax also fixed.