Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-04 | use linuxthreads (new) for gdbserver usage on coldfire target | Waldemar Brodkorb | |
2014-09-28 | always enable pthread debug support as discussed with tg | Waldemar Brodkorb | |
2014-08-28 | refresh config, use soft-float | Waldemar Brodkorb | |
2014-08-28 | add config for nommu and mmu case for uClibc | Waldemar Brodkorb | |
2014-08-26 | we need to remove crtbegin.o/crtend.o from gcc specs file. otherwise broken ↵ | Waldemar Brodkorb | |
executables (f.e. sash) with a wrong data start are created by elf2flt) | |||
2014-08-26 | add sash, simpleinit and a uclibc config for nonmmu case | Waldemar Brodkorb | |
2014-08-25 | disable XSI_MATH, prevent testsuite linking failures. | Waldemar Brodkorb | |
2014-07-28 | add some basic infrastructure for qemu-system-m68k | Waldemar Brodkorb | |
Qemu emulates a Coldfire Evaluation board without MMU. As that is the first non-MMU platform in OpenADK I added ADK_TARGET_UCLINUX. Mksh can not be used for non-MMU, because it requires fork() for job control and other things. We use hush here. non-MMU support in uClibc does not have shared library support. Kernel does not start yet. So no runtime testing, but at least coldfire toolchain can be tested with uClibc-ng. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2014-03-14 | fix m68k support | Waldemar Brodkorb | |
disable systems without thread local storage, not supported by OpenADK anymore. Remove m68k uclibc. fix kernel bootup in aranym. | |||
2014-02-17 | update to uClibc git from 02.2014 | Waldemar Brodkorb | |
2013-10-17 | revert m68k uclibc commit, nptl is not implemented, disable alsa-lib and all ↵ | Waldemar Brodkorb | |
packages that require it | |||
2013-10-17 | enable NPTL for m68k | Waldemar Brodkorb | |
2012-09-21 | refresh configs | Waldemar Brodkorb | |
2012-07-16 | add support for m68k toolchain/qemu | Waldemar Brodkorb | |