summaryrefslogtreecommitdiff
path: root/toolchain/uClibc
AgeCommit message (Collapse)Author
2014-03-07Merge branch 'master' of git+ssh://openadk.org:/git/openadkWaldemar Brodkorb
2014-03-06don't remember why this workaround was added. it is in since import from ↵Waldemar Brodkorb
FreeWRT.
2014-03-06fix parallel using of different mips abiWaldemar Brodkorb
2014-03-06cleanup uclibc.config mess. just use one and edit via sedWaldemar Brodkorb
2014-03-03only strip toolchain and target dirs for ADK_TOOLCHAINWaldemar Brodkorb
2014-03-02Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-02unbreak uclibc sparc toolchain buildingWaldemar Brodkorb
2014-03-02strip toolchain components without copying debug data, clean toolchain after ↵Waldemar Brodkorb
every target so no 300Gb are required to bulk build the toolchains
2014-03-01remove armeb, no hardware, no emulator to test, add armhf instead. fix some ↵Waldemar Brodkorb
toolchain archive creation issues, remove unneeded files before packaging.
2014-02-26rework arm support, add qemu arm model vexpress for cortex-a9 emulation ↵Waldemar Brodkorb
(hard float)
2014-02-24activate pthread support, even when gdb is choosen as packageWaldemar Brodkorb
2014-02-21enable pthread debugging in uclibc, when gdb/gdbserver is choosenWaldemar Brodkorb
2014-02-17update to uClibc git from 02.2014Waldemar Brodkorb
2014-01-16good bye cris, hardware is eol, latest toolchain is broken, qemu emulator ↵Waldemar Brodkorb
support is bad, kernel needs patches for serial and network
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-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