summaryrefslogtreecommitdiff
path: root/target/config/Config.in.libc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2022-04-09 14:43:35 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2022-04-09 14:43:35 +0200
commit795235fbc980e89cadbc9cfd4738623991b2c934 (patch)
tree9872e6bce8d3bd5f714e5df0a03cbb432ae2ee85 /target/config/Config.in.libc
parentea53263f1a56229435fa5b4ca46d8812409d4775 (diff)
musl: update to 1.2.3
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 aee5c1384..7a35af049 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_2
- bool "1.2.2"
+config ADK_TARGET_LIB_MUSL_1_2_3
+ bool "1.2.3"
depends on ADK_TARGET_LIB_MUSL
config ADK_TARGET_LIB_MUSL_GIT
@@ -201,7 +201,7 @@ config ADK_TARGET_LIBC
config ADK_LIBC_VERSION
string
default "1.0.40" if ADK_TARGET_LIB_UCLIBC_NG_1_0_40
- default "1.2.2" if ADK_TARGET_LIB_MUSL_1_2_2
+ default "1.2.3" if ADK_TARGET_LIB_MUSL_1_2_2
default "2.35" if ADK_TARGET_LIB_GLIBC_2_35
default "4.1.0" if ADK_TARGET_LIB_NEWLIB_4_1_0
default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \