summaryrefslogtreecommitdiff
path: root/target/config/Config.in.libc.choice
AgeCommit message (Collapse)Author
2015-10-12support the latest three C library releasesWaldemar Brodkorb
2015-10-11remove already disabled uClibc support, fix wrong PKG_LIBC_DEPENDSWaldemar Brodkorb
2015-10-09add some basic uClibc or1k supportWaldemar Brodkorb
2015-08-30update to latest musl releaseWaldemar Brodkorb
2015-08-22update uClibc-ng to 1.0.6, no symlinking requiredWaldemar Brodkorb
2015-08-17force glibc git for hppa, as it contains a lot of fixes for hppa. x86_64 ↵Waldemar Brodkorb
works now with older versions
2015-08-07update glibc to 2.22Waldemar Brodkorb
2015-08-02update to uClibc-ng 1.0.5Waldemar Brodkorb
2015-07-15update to 1.0.4Waldemar Brodkorb
2015-07-13add basic toolchain support for or1k arch with musl libcWaldemar Brodkorb
2015-07-07glibc 2.20/2.21 does not compile on x86_64, so disable for nowWaldemar Brodkorb
2015-06-16fix h8/300 userland buildWaldemar Brodkorb
2015-06-15add support for glibc 2.19, suggested as workaround by joerg s.Waldemar Brodkorb
2015-06-13update uClibc-ng to 1.0.3, remove older versionsWaldemar Brodkorb
2015-06-07add support for h8/300 architectureWaldemar Brodkorb
2015-06-05update musl to latest releaseWaldemar Brodkorb
2015-05-31better handling for no-thread compiles of toolchainWaldemar Brodkorb
2015-05-31enable microblaze for uClibc-ng for testingWaldemar Brodkorb
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>