summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
Diffstat (limited to 'target/config')
-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 9c68fdbec..c86214324 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -112,6 +112,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_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
@@ -120,10 +124,6 @@ config ADK_TARGET_LIB_MUSL_1_1_11
bool "1.1.11"
depends on ADK_TARGET_LIB_MUSL
-config ADK_TARGET_LIB_MUSL_1_1_10
- bool "1.1.10"
- depends on ADK_TARGET_LIB_MUSL
-
config ADK_TARGET_LIB_MUSL_GIT
bool "git"
depends on ADK_TARGET_LIB_MUSL
@@ -174,9 +174,9 @@ config ADK_LIBC_VERSION
default "1.0.12" if ADK_TARGET_LIB_UCLIBC_NG_1_0_12
default "1.0.11" if ADK_TARGET_LIB_UCLIBC_NG_1_0_11
default "1.0.10" if ADK_TARGET_LIB_UCLIBC_NG_1_0_10
+ 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 "1.1.11" if ADK_TARGET_LIB_MUSL_1_1_11
- default "1.1.10" if ADK_TARGET_LIB_MUSL_1_1_10
default "2.22" if ADK_TARGET_LIB_GLIBC_2_22
default "2.21" if ADK_TARGET_LIB_GLIBC_2_21
default "2.20" if ADK_TARGET_LIB_GLIBC_2_20