summaryrefslogtreecommitdiff
path: root/target/config/Config.in.libc.default
AgeCommit message (Collapse)Author
2015-05-13update musl to 1.1.9Waldemar Brodkorb
2015-04-20remove lowercase ABI symbols. tested with x86/mips64 variantsWaldemar Brodkorb
2015-04-19remove lowercase symbols for C libraryWaldemar Brodkorb
2015-04-16update to uClibc-ng 1.0.2Waldemar Brodkorb
2015-03-30update to latest stable versionWaldemar Brodkorb
2015-03-21update musl to latest stable versionWaldemar Brodkorb
2015-03-08add support for uClibc-ng 1.0.1Waldemar Brodkorb
2015-02-23default to soft-float for ARMWaldemar Brodkorb
2015-02-21use uppercase symbols, fix target suffix for armWaldemar Brodkorb
2015-02-18add support for uClibc-ng git masterWaldemar Brodkorb
Add new configs for uClibc-ng master. New symbol UCLIBC_HAS_LINUXTHREADS added. LT.new is removed in master, only LT.old and NPTL exist. CLeanup MMU/NPTL/LT support symbols. Tested with toolchain building for all supported architectures.
2015-02-14rework float support for ARMWaldemar Brodkorb
2015-02-09add basic support for raspberry pi2Waldemar Brodkorb
Introduce new board symbols for embedded systems, which use the similar board as basis. As for example raspberry pi and raspberry pi2. And some more updates: Update binutils to 2.25, set gcc 4.9.2 as default. Update glibc to 2.21, set as default. Update gdb to 7.8.2. Update kodi to latest release.
2015-02-02add some fixes and inrastructure for arm nommu supportWaldemar Brodkorb
2015-02-02add 1.0.0 release of uClibc-ngWaldemar Brodkorb
2015-01-17update to musl 1.1.6Waldemar Brodkorb
2015-01-11activate serial console and network driver for atmel ngw100. first boot via ↵Waldemar Brodkorb
nfs succeeds.
2015-01-09add toolchain support for uClibc and microblaze without threads.Waldemar Brodkorb
2015-01-05thumb fixes.Waldemar Brodkorb
2014-12-19use the new concept of appliancesWaldemar Brodkorb
- Sync with Kernel upstream Kconfig - use new feature visible - add a patch for select on choices https://lkml.org/lkml/2011/2/17/379 - rename ADK_LINUX -> ADK_TARGET_ARCH - remove package collection feature - add appliance feature to define a appliance more complete
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