summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-02-24 22:13:32 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-02-24 22:13:32 +0100
commitc36ff15273b4b2ffe39cda43c330bcc173b5f73b (patch)
tree15c18161a0046d0e0ec6bc8df0700de7b1249644 /target
parent2458b0fa4461886618c792e6731de649597fd2e1 (diff)
musl: update to latest 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 d3779faa7..84c990e2f 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_14
+ bool "1.1.14"
+ depends on ADK_TARGET_LIB_MUSL
+
config ADK_TARGET_LIB_MUSL_1_1_13
bool "1.1.13"
depends on ADK_TARGET_LIB_MUSL
@@ -120,10 +124,6 @@ config ADK_TARGET_LIB_MUSL_1_1_12
bool "1.1.12"
depends on ADK_TARGET_LIB_MUSL
-config ADK_TARGET_LIB_MUSL_1_1_11
- bool "1.1.11"
- 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.14" if ADK_TARGET_LIB_MUSL_1_1_14
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 "2.23" if ADK_TARGET_LIB_GLIBC_2_23
default "2.22" if ADK_TARGET_LIB_GLIBC_2_22
default "2.21" if ADK_TARGET_LIB_GLIBC_2_21