summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2020-10-02 08:47:32 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2020-10-02 08:48:24 +0200
commit131e14ae7c0eed0d560df5b886785c262e549ce3 (patch)
treefbfff32f7517fbf61e917db83746ac01aa80891f /target
parent4b1905319efbddf1faf666e4aeefaaa8ff382628 (diff)
musl: update to version 1.2.1
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.libc8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc
index 221c883da..fb950d9dc 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -161,8 +161,8 @@ config ADK_TARGET_LIB_GLIBC_GIT
bool "git"
depends on ADK_TARGET_LIB_GLIBC && ADK_EXPERIMENTAL
-config ADK_TARGET_LIB_MUSL_1_2_0
- bool "1.2.0"
+config ADK_TARGET_LIB_MUSL_1_2_1
+ bool "1.2.1"
depends on ADK_TARGET_LIB_MUSL
config ADK_TARGET_LIB_MUSL_GIT
@@ -201,9 +201,9 @@ config ADK_TARGET_LIBC
config ADK_LIBC_VERSION
string
default "1.0.35" if ADK_TARGET_LIB_UCLIBC_NG_1_0_35
- default "1.2.0" if ADK_TARGET_LIB_MUSL_1_2_0
+ default "1.2.1" if ADK_TARGET_LIB_MUSL_1_2_0
default "2.32" if ADK_TARGET_LIB_GLIBC_2_32
- default "3.1.0" if ADK_TARGET_LIB_NEWLIB_3_1_0
+ default "3.3.0" if ADK_TARGET_LIB_NEWLIB_3_1_0
default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \
ADK_TARGET_LIB_MUSL_GIT || \
ADK_TARGET_LIB_GLIBC_GIT || \