summaryrefslogtreecommitdiff
path: root/target/config/Config.in.libc.default
diff options
context:
space:
mode:
Diffstat (limited to 'target/config/Config.in.libc.default')
-rw-r--r--target/config/Config.in.libc.default11
1 files changed, 8 insertions, 3 deletions
diff --git a/target/config/Config.in.libc.default b/target/config/Config.in.libc.default
index 12c36451b..177b2d9e6 100644
--- a/target/config/Config.in.libc.default
+++ b/target/config/Config.in.libc.default
@@ -21,19 +21,24 @@ config ADK_TARGET_LIBC
config ADK_LIBC_VERSION
string
+ default "1.0.7" if ADK_TARGET_LIB_UCLIBC_NG_1_0_7
default "1.0.6" if ADK_TARGET_LIB_UCLIBC_NG_1_0_6
+ default "1.0.5" if ADK_TARGET_LIB_UCLIBC_NG_1_0_5
default "1.1.11" if ADK_TARGET_LIB_MUSL_1_1_11
- default "2.19" if ADK_TARGET_LIB_GLIBC_2_19
- default "2.20" if ADK_TARGET_LIB_GLIBC_2_20
- default "2.21" if ADK_TARGET_LIB_GLIBC_2_21
+ default "1.1.10" if ADK_TARGET_LIB_MUSL_1_1_10
+ default "1.1.9" if ADK_TARGET_LIB_MUSL_1_1_9
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
default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \
ADK_TARGET_LIB_MUSL_GIT || \
ADK_TARGET_LIB_GLIBC_GIT
config ADK_TARGET_LIB_UCLIBC_NG_1_0
bool
+ default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_7
default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_6
+ default y if ADK_TARGET_LIB_UCLIBC_NG_1_0_5
config ADK_TARGET_SUFFIX
string