summaryrefslogtreecommitdiff
path: root/target/config/Config.in.libc.choice
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-04-03disable uClibcWaldemar Brodkorb
2015-03-30update to latest stable versionWaldemar Brodkorb
2015-03-22musl 1.1.7 has support for aarch64, tested with QemuWaldemar Brodkorb
2015-03-21update musl to latest stable versionWaldemar Brodkorb
2015-03-19disable hppa for uClibcWaldemar Brodkorb
2015-03-08add support for uClibc-ng 1.0.1Waldemar Brodkorb
2015-03-05support non-thread buildWaldemar Brodkorb
2015-02-25disable uClibc-ng (not ready). fix gcc configureWaldemar Brodkorb
2015-02-14disable nios2 for uClibc, not working.Waldemar 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 1.0.0 release of uClibc-ngWaldemar Brodkorb
2015-01-17update to musl 1.1.6Waldemar Brodkorb
2015-01-09add toolchain support for uClibc and microblaze without threads.Waldemar Brodkorb
2014-12-27optimize git downloaderWaldemar Brodkorb
We now can use a GIT Hash to set a specific checkout. If this is used, you need to define PKG_HASH. Convert libx264 and wiringPi to the new git downloader. Fix toolchains components to use the new git downloader.
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-10-04add support for tile toolchain buildingWaldemar Brodkorb
2014-09-26add support for toolchain building for crisv32 architectureWaldemar Brodkorb
2014-09-09add toolchain support for avr32Waldemar Brodkorb
2014-09-08update glibc to latest stableWaldemar Brodkorb
2014-09-05set git version as defaultWaldemar Brodkorb
2014-09-05start arc integrationWaldemar 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-04add musl git supportWaldemar 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-25disable microblaze for uClibc*, fix flash boot related issuesWaldemar Brodkorb
2014-07-23after further testing, uClibc is unusable on alphaWaldemar Brodkorb
2014-07-23enable alpha/sparc for testing, it is brokenWaldemar Brodkorb
2014-07-22reorder main menu, prefer uClibc-ngWaldemar Brodkorb
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-06-24add support for qemu-system-alphaWaldemar Brodkorb
2014-06-15add support for xtensa architecture, tested with qemu. thanks to Max ↵Waldemar Brodkorb
Filippov for help
2014-05-25prefer glibc, uClibc is very inactive at the moment, second muslWaldemar Brodkorb
2014-05-23resolve merge conflictWaldemar Brodkorb