diff options
Diffstat (limited to 'target/config/Config.in.libc')
-rw-r--r-- | target/config/Config.in.libc | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc index d9ce17c6b..b41e79ecb 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -150,17 +150,13 @@ config ADK_TARGET_LIB_UCLIBC_NG_GIT bool "git" depends on ADK_TARGET_LIB_UCLIBC_NG && ADK_EXPERIMENTAL -config ADK_TARGET_LIB_GLIBC_2_28 - bool "2.28" - depends on ADK_TARGET_LIB_GLIBC && !ADK_TARGET_ARCH_CSKY - -config ADK_TARGET_LIB_GLIBC_CSKY - bool "csky" - depends on ADK_TARGET_LIB_GLIBC && ADK_TARGET_ARCH_CSKY +config ADK_TARGET_LIB_GLIBC_2_30 + bool "2.30" + depends on ADK_TARGET_LIB_GLIBC config ADK_TARGET_LIB_GLIBC_GIT bool "git" - depends on ADK_TARGET_LIB_GLIBC && !ADK_TARGET_ARCH_CSKY && ADK_EXPERIMENTAL + depends on ADK_TARGET_LIB_GLIBC && ADK_EXPERIMENTAL config ADK_TARGET_LIB_MUSL_1_1_20 bool "1.1.20" |