Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-02 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-02 | unbreak uclibc sparc toolchain building | Waldemar Brodkorb | |
2014-03-02 | strip 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-01 | remove 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-26 | rework arm support, add qemu arm model vexpress for cortex-a9 emulation ↵ | Waldemar Brodkorb | |
(hard float) | |||
2014-02-24 | activate pthread support, even when gdb is choosen as package | Waldemar Brodkorb | |
2014-02-21 | enable pthread debugging in uclibc, when gdb/gdbserver is choosen | Waldemar Brodkorb | |
2014-02-17 | update to uClibc git from 02.2014 | Waldemar Brodkorb | |
2014-01-16 | good 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-16 | good bye avr32, bad toolchain support, hardware is eol and no qemu emulator ↵ | Waldemar Brodkorb | |
available | |||
2013-11-17 | use qemu-host, add support for uClibc and openjdk7, tested on qemu-system-mipsel | Waldemar Brodkorb | |
2013-10-18 | fix toolchain build with uclibc from OpenWrt | Waldemar Brodkorb | |
2013-10-08 | fix uClibc compile for avr32 | Waldemar Brodkorb | |
2013-04-19 | fix for non-64 bit platforms without TARGET_SUBARCH, from uclibc ml | Waldemar Brodkorb | |
2012-10-12 | fixup routine for uClibc | Waldemar Brodkorb | |
2012-10-07 | support for 32/64 x86_64 multilib with eglibc | Waldemar Brodkorb | |
2012-10-05 | make 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-01 | only N64 needs ld64-uClibc.so | Waldemar Brodkorb | |
2012-09-28 | update gcc to latest upstream version | Waldemar Brodkorb | |
2012-09-21 | fix sed command line | Waldemar Brodkorb | |
2012-09-21 | set correct ABI in uClibc | Waldemar Brodkorb | |
2012-09-21 | update uClibc to 0.9.33.2 | Waldemar Brodkorb | |
2012-09-20 | add basic support for qemu-mips64 | Waldemar Brodkorb | |
2012-02-18 | update to 0.9.32.1, add patches to allow static linking of threaded ↵ | Waldemar Brodkorb | |
applications as x11vnc | |||
2012-01-12 | update iproute2 to 3.2.0, add needed unshare support from buildroot for uClibc | Waldemar Brodkorb | |
2011-10-12 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-10-12 | add basic support for avr32 -> ngw100 | Waldemar Brodkorb | |
2011-09-02 | add basic support for qemu-system-sh4 | Waldemar Brodkorb | |
2011-08-30 | add infrastructure for qemu-cris (still broken) | Waldemar Brodkorb | |
2011-08-09 | java uses $ORIGIN in RPATH of the binary. This patch from | Waldemar Brodkorb | |
the mailinglist, seems to work fine. http://www.mail-archive.com/uclibc@uclibc.org/msg06444.html | |||
2011-06-16 | update to stable version | Waldemar Brodkorb | |
2011-06-12 | update default kernel to 2.6.39 | Waldemar Brodkorb | |
2011-05-15 | fix bulktoolchain target | Waldemar Brodkorb | |
2011-04-27 | fix allconfig for foxg20 | Waldemar Brodkorb | |
2011-04-26 | make arm/mips architectures more configurable in a simpler way | Waldemar Brodkorb | |
2011-03-19 | add vfork implementation from klibc, fix gnu tar problem | Waldemar Brodkorb | |
2011-03-18 | update to rc3 | Waldemar Brodkorb | |
2011-03-17 | disable lto for uclibc, it fails | Waldemar Brodkorb | |
2011-02-26 | resolve xterm Makefile conflict | Waldemar Brodkorb | |
2011-01-25 | more HOSTCC elimination | Waldemar Brodkorb | |
2011-01-20 | update to rc2, remove obsolete patches | Waldemar Brodkorb | |
2011-01-12 | fix ssp support, logic error | Waldemar Brodkorb | |
2011-01-10 | add 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-07 | add toolchain settings menu point | Waldemar Brodkorb | |
- gdb compilation can be disabled - gcc languages (c++/java) can be enabled/disabled - gcc stack smashing protection can be enabled/disabled | |||
2011-01-02 | make bulk fixes. fix toolchain building for sparc64/ppc | Waldemar Brodkorb | |
2010-12-31 | revert common uClibc vfork implementation. the new one does not work with ↵ | Waldemar Brodkorb | |
cris architecture | |||
2010-12-31 | add patch from uClibc trunk, otherwise mipsel build breaks | Waldemar Brodkorb | |
2010-12-30 | rework architecture / embedded systems concept | Waldemar 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-20 | uclibc: fix for broken daemon() in pthreaded programs | Phil Sutter | |
2010-04-21 | revert uclibc update | Waldemar Brodkorb | |