diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-12 11:31:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-12 11:31:57 +0200 |
commit | cfe60035ca78b628541c7c103c0aa1c47fb066ff (patch) | |
tree | 00c41ca6352146b22433b4576167c715cc6a1cd3 /target | |
parent | 8d2818603e51c29e2cc2f95706270d9967e6a7ed (diff) |
support the latest three C library releases
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.libc.choice | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/target/config/Config.in.libc.choice b/target/config/Config.in.libc.choice index da195a593..6a4f82494 100644 --- a/target/config/Config.in.libc.choice +++ b/target/config/Config.in.libc.choice @@ -56,6 +56,14 @@ config ADK_TARGET_LIB_UCLIBC_NG_1_0_6 bool "1.0.6" depends on ADK_TARGET_LIB_UCLIBC_NG +config ADK_TARGET_LIB_UCLIBC_NG_1_0_5 + bool "1.0.5" + depends on ADK_TARGET_LIB_UCLIBC_NG + +config ADK_TARGET_LIB_UCLIBC_NG_1_0_4 + bool "1.0.4" + depends on ADK_TARGET_LIB_UCLIBC_NG + config ADK_TARGET_LIB_UCLIBC_NG_GIT bool "git" depends on ADK_TARGET_LIB_UCLIBC_NG @@ -72,10 +80,6 @@ config ADK_TARGET_LIB_GLIBC_2_20 bool "2.20" depends on ADK_TARGET_LIB_GLIBC && !ADK_TARGET_ARCH_HPPA -config ADK_TARGET_LIB_GLIBC_2_19 - bool "2.19" - depends on ADK_TARGET_LIB_GLIBC && !ADK_TARGET_ARCH_HPPA - config ADK_TARGET_LIB_GLIBC_GIT bool "git" depends on ADK_TARGET_LIB_GLIBC @@ -84,6 +88,15 @@ config ADK_TARGET_LIB_MUSL_1_1_11 bool "1.1.11" depends on ADK_TARGET_LIB_MUSL +config ADK_TARGET_LIB_MUSL_1_1_10 + bool "1.1.10" + depends on ADK_TARGET_LIB_MUSL + +config ADK_TARGET_LIB_MUSL_1_1_9 + bool "1.1.9" + depends on ADK_TARGET_LIB_MUSL + + config ADK_TARGET_LIB_MUSL_GIT bool "git" depends on ADK_TARGET_LIB_MUSL |