summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2020-08-04 13:33:29 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2020-08-05 20:20:54 +0200
commit446b8854814a9f708ebb11e2f2157d0d4cfa0ee6 (patch)
tree9243c305264fe9742f547e37208ce5169be51c50 /target
parent7645de592abbbf680ef91313444ffbaaa22c2537 (diff)
musl: update to 1.2.0
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.libc7
1 files changed, 4 insertions, 3 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc
index b35983bbd..0add0ef5b 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -72,6 +72,7 @@ config ADK_TARGET_LIB_GLIBC
depends on (\
ADK_TARGET_ARCH_AARCH64 || \
ADK_TARGET_ARCH_ALPHA || \
+ ADK_TARGET_ARCH_ARC || \
ADK_TARGET_ARCH_ARM || \
ADK_TARGET_ARCH_CSKY || \
ADK_TARGET_ARCH_HPPA || \
@@ -160,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_1_24
- bool "1.1.24"
+config ADK_TARGET_LIB_MUSL_1_2_0
+ bool "1.2.0"
depends on ADK_TARGET_LIB_MUSL
config ADK_TARGET_LIB_MUSL_GIT
@@ -200,7 +201,7 @@ config ADK_TARGET_LIBC
config ADK_LIBC_VERSION
string
default "1.0.34" if ADK_TARGET_LIB_UCLIBC_NG_1_0_34
- default "1.1.24" if ADK_TARGET_LIB_MUSL_1_1_24
+ default "1.2.0" if ADK_TARGET_LIB_MUSL_1_2_0
default "2.31" if ADK_TARGET_LIB_GLIBC_2_31
default "3.1.0" if ADK_TARGET_LIB_NEWLIB_3_1_0
default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \