summaryrefslogtreecommitdiff
path: root/target/config/Config.in.libc.default
AgeCommit message (Collapse)Author
2014-10-14update musl to latest stable versionWaldemar Brodkorb
2014-09-26add support for toolchain building for crisv32 architectureWaldemar Brodkorb
2014-09-08update glibc to latest stableWaldemar Brodkorb
2014-08-28sync uClibc patches, use only git for uCLibc-ng for now.Waldemar Brodkorb
2014-08-06update to rc1Waldemar Brodkorb
2014-08-04musl is 1.1.4Waldemar Brodkorb
2014-08-01allow to use git version for C library.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-07-23enable alpha/sparc for testing, it is brokenWaldemar Brodkorb
2014-07-08toplevel build directory changeWaldemar Brodkorb
Sorry, for the unstable changes. To build different cpu flavours and ABI's in parallel, it is required to have unique dirs.
2014-07-05add support for uClibc-ng in parallel to uClibc.Waldemar Brodkorb
This helps to find any regressions made in uClibc-ng.
2014-06-30start adding architectures for uClibc without NPTL/TLSWaldemar Brodkorb
2014-05-23resolve merge conflictWaldemar Brodkorb