summaryrefslogtreecommitdiff
path: root/target/config/Config.in.libc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-10-23 21:03:13 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-10-23 21:03:13 +0200
commit1cb95227164f4e5a8482014de52825334c53bf47 (patch)
tree83c821e293c12a65f873b94c8066c89f6abf1811 /target/config/Config.in.libc
parent3d1c1cadf1d61ee012e363d560b0130b57cdd47e (diff)
musl: update to 1.1.17
Diffstat (limited to 'target/config/Config.in.libc')
-rw-r--r--target/config/Config.in.libc6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc
index c8f84d50c..a7877573e 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -156,8 +156,8 @@ config ADK_TARGET_LIB_GLIBC_GIT
bool "git"
depends on ADK_TARGET_LIB_GLIBC && !ADK_TARGET_ARCH_RISCV32 && !ADK_TARGET_ARCH_RISCV64
-config ADK_TARGET_LIB_MUSL_1_1_16
- bool "1.1.16"
+config ADK_TARGET_LIB_MUSL_1_1_17
+ bool "1.1.17"
depends on ADK_TARGET_LIB_MUSL
config ADK_TARGET_LIB_MUSL_GIT
@@ -225,7 +225,7 @@ config ADK_TARGET_LIBC
config ADK_LIBC_VERSION
string
default "1.0.26" if ADK_TARGET_LIB_UCLIBC_NG_1_0_26
- default "1.1.16" if ADK_TARGET_LIB_MUSL_1_1_16
+ default "1.1.17" if ADK_TARGET_LIB_MUSL_1_1_17
default "2.26" if ADK_TARGET_LIB_GLIBC_2_26
default "2.4.0" if ADK_TARGET_LIB_NEWLIB_2_4_0
default "2.4.0-riscv" if ADK_TARGET_LIB_NEWLIB_RISCV