summaryrefslogtreecommitdiff
path: root/toolchain/uClibc/patches
AgeCommit message (Collapse)Author
2014-03-02unbreak uclibc sparc toolchain buildingWaldemar Brodkorb
2014-02-17update to uClibc git from 02.2014Waldemar Brodkorb
2014-01-16good bye avr32, bad toolchain support, hardware is eol and no qemu emulator ↵Waldemar Brodkorb
available
2013-11-17use qemu-host, add support for uClibc and openjdk7, tested on qemu-system-mipselWaldemar Brodkorb
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-01only N64 needs ld64-uClibc.soWaldemar Brodkorb
2012-09-28update gcc to latest upstream versionWaldemar Brodkorb
2012-09-21update uClibc to 0.9.33.2Waldemar 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-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-03-19add vfork implementation from klibc, fix gnu tar problemWaldemar Brodkorb
2011-02-26resolve xterm Makefile conflictWaldemar Brodkorb
2011-01-20update to rc2, remove obsolete patchesWaldemar Brodkorb
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-04update to latest upstreamWaldemar Brodkorb
2010-03-14update to latest stable upstreamWaldemar Brodkorb
2010-02-14add generic toolchain only supportWaldemar Brodkorb
remove special cases (tomtom/g1)
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.
2009-12-07install development libraries into /libWaldemar Brodkorb
- otherwise libopenssl compile fails
2009-10-10add fix to compile uClibc based toolchain on UbuntuWaldemar Brodkorb
2009-09-16make adk compile system work on shuttleWaldemar Brodkorb
- add some missing packages like cpio, lzma and gnu wget - make microperl more featureful, needed for kernel-header installation - make a dependency to perl - fix header installation for $libc-dev package - fix 64bit uclibc setup, simplify gcc patches and totally unrelated - add preliminary kvm and libvirt support (not tested)
2009-07-23patch breaks rb532, need to investigate laterWaldemar Brodkorb
2009-06-22make lemote boot with uClibcWaldemar Brodkorb
- patches for uClibc to work with pagesize != 4k - use gcc extension to avoid -O2 compile - use ld.so for 64 bit archs big thanks to thorsten glaser helping out here.
2009-06-18fix broken uClibcWaldemar Brodkorb
- after upgrade to gcc 4.4 ld.so in uClibc was broken - add gcc attribute always_inline for ld.so static functions - -Os does not automatically inline the code, use O2 especially for mips and uClibc compile
2009-05-29add lemote / loongson2f target support (no runtime tests yet)Waldemar Brodkorb
- update glibc to latest version (GIT), tarball includes glibc-ports needed for MIPS architecture - fix building of toolchain for mips64el glibc/uclibc - use /lib instead of /lib64 (no biarch support) - fix X11 dependencies in build system - fix glibc build errors for openldap, libnl, mpd and rtorrent - verified toolchain changes on alix1c