summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2019-09-30 18:57:50 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2019-09-30 19:14:24 +0200
commitaac679b676bb493872aa46d3a9ddcadbfe524562 (patch)
tree6578630e5851d6d2accb8bee8737a4b4a95f4e70 /target/config
parentead26e764920651c96370458a626a954e2997914 (diff)
glibc: update to 2.30
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.libc12
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"