summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-02-16 09:53:30 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-02-16 09:53:30 +0100
commit8a1f77ac099dcc15a766e95b38928b8a7e74bd4d (patch)
tree4574eb8826209f4753f5bfe2355265f16b572042 /target
parent40b0e9c937b3098fce9e570d2ce4f3a057456bd0 (diff)
musl: add latest stable version
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.libc10
1 files changed, 5 insertions, 5 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc
index 9c68fdbec..c86214324 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -112,6 +112,10 @@ config ADK_TARGET_LIB_GLIBC_GIT
bool "git"
depends on ADK_TARGET_LIB_GLIBC && !ADK_TARGET_ARCH_OR1K
+config ADK_TARGET_LIB_MUSL_1_1_13
+ bool "1.1.13"
+ depends on ADK_TARGET_LIB_MUSL
+
config ADK_TARGET_LIB_MUSL_1_1_12
bool "1.1.12"
depends on ADK_TARGET_LIB_MUSL
@@ -120,10 +124,6 @@ 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_GIT
bool "git"
depends on ADK_TARGET_LIB_MUSL
@@ -174,9 +174,9 @@ config ADK_LIBC_VERSION
default "1.0.12" if ADK_TARGET_LIB_UCLIBC_NG_1_0_12
default "1.0.11" if ADK_TARGET_LIB_UCLIBC_NG_1_0_11
default "1.0.10" if ADK_TARGET_LIB_UCLIBC_NG_1_0_10
+ default "1.1.13" if ADK_TARGET_LIB_MUSL_1_1_13
default "1.1.12" if ADK_TARGET_LIB_MUSL_1_1_12
default "1.1.11" if ADK_TARGET_LIB_MUSL_1_1_11
- default "1.1.10" if ADK_TARGET_LIB_MUSL_1_1_10
default "2.22" if ADK_TARGET_LIB_GLIBC_2_22
default "2.21" if ADK_TARGET_LIB_GLIBC_2_21
default "2.20" if ADK_TARGET_LIB_GLIBC_2_20