summaryrefslogtreecommitdiff
path: root/target/m68k/uclibc.config
AgeCommit message (Collapse)Author
2014-10-04use linuxthreads (new) for gdbserver usage on coldfire targetWaldemar Brodkorb
2014-09-28always enable pthread debug support as discussed with tgWaldemar Brodkorb
2014-08-28refresh config, use soft-floatWaldemar Brodkorb
2014-08-28add config for nommu and mmu case for uClibcWaldemar Brodkorb
2014-08-26we 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-26add sash, simpleinit and a uclibc config for nonmmu caseWaldemar Brodkorb
2014-08-25disable XSI_MATH, prevent testsuite linking failures.Waldemar Brodkorb
2014-07-28add some basic infrastructure for qemu-system-m68kWaldemar 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-14fix m68k supportWaldemar Brodkorb
disable systems without thread local storage, not supported by OpenADK anymore. Remove m68k uclibc. fix kernel bootup in aranym.
2014-02-17update to uClibc git from 02.2014Waldemar Brodkorb
2013-10-17revert m68k uclibc commit, nptl is not implemented, disable alsa-lib and all ↵Waldemar Brodkorb
packages that require it
2013-10-17enable NPTL for m68kWaldemar Brodkorb
2012-09-21refresh configsWaldemar Brodkorb
2012-07-16add support for m68k toolchain/qemuWaldemar Brodkorb