summaryrefslogtreecommitdiff
path: root/target/config/Config.in.cpu
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-01-09 03:17:58 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-01-22 10:08:15 +0100
commit818c883f272c1860f76232006e492283ac7ee80e (patch)
tree3b05c54f7c2deb6ffba649667eebaca85a90b3e4 /target/config/Config.in.cpu
parentcae2560e7e056a925392b413db4262f60c3b755e (diff)
nds32: next uClibc-ng will support NPTL/TLS
Diffstat (limited to 'target/config/Config.in.cpu')
-rw-r--r--target/config/Config.in.cpu4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/config/Config.in.cpu b/target/config/Config.in.cpu
index 7d24b3d79..39dc0ad62 100644
--- a/target/config/Config.in.cpu
+++ b/target/config/Config.in.cpu
@@ -928,8 +928,8 @@ config ADK_TARGET_CPU_MSP430
config ADK_TARGET_CPU_NDS32
bool "nds32"
select ADK_TARGET_SUPPORTS_THREADS
- select ADK_TARGET_SUPPORTS_LT if ADK_TARGET_LIB_UCLIBC_NG
- select ADK_TARGET_SUPPORTS_NPTL if ADK_TARGET_LIB_GLIBC
+ select ADK_TARGET_SUPPORTS_LT
+ select ADK_TARGET_SUPPORTS_NPTL
select ADK_TARGET_WITH_MMU
depends on ADK_TARGET_ARCH_NDS32