summaryrefslogtreecommitdiff
path: root/target/config/Config.in.libc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-07-06 07:38:24 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-07-06 07:38:47 +0200
commit6b90348582447ca53e014eb162c687751f7cb4fe (patch)
treec0e72e09e1d5d56f4b545a613e673704d52eaa44 /target/config/Config.in.libc
parent517bdcccb47d4ea4582aa64df35f7f9aef34bc70 (diff)
musl: update to 1.1.15
Diffstat (limited to 'target/config/Config.in.libc')
-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 59e92f181..1d0c89555 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -154,6 +154,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_15
+ bool "1.1.15"
+ depends on ADK_TARGET_LIB_MUSL
+
config ADK_TARGET_LIB_MUSL_1_1_14
bool "1.1.14"
depends on ADK_TARGET_LIB_MUSL
@@ -162,10 +166,6 @@ 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
-
config ADK_TARGET_LIB_MUSL_GIT
bool "git"
depends on ADK_TARGET_LIB_MUSL
@@ -221,9 +221,9 @@ config ADK_LIBC_VERSION
default "1.0.16" if ADK_TARGET_LIB_UCLIBC_NG_1_0_16
default "1.0.15" if ADK_TARGET_LIB_UCLIBC_NG_1_0_15
default "1.0.14" if ADK_TARGET_LIB_UCLIBC_NG_1_0_14
+ default "1.1.15" if ADK_TARGET_LIB_MUSL_1_1_15
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 "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