summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2020-12-31 17:35:08 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2020-12-31 17:35:08 +0100
commitaf0062c6d688bd534b8ab85a5c409878d9d885b1 (patch)
treeb5237de73fe5d35211884ce62261a2dae25f4d33 /target
parent3d02c73b67b329052f5b49cf9240ca14f353a7c3 (diff)
allow to preset thread implementation
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.threads3
1 files changed, 1 insertions, 2 deletions
diff --git a/target/config/Config.in.threads b/target/config/Config.in.threads
index d08a0c821..ff4fcac25 100644
--- a/target/config/Config.in.threads
+++ b/target/config/Config.in.threads
@@ -7,8 +7,7 @@ depends on ADK_TARGET_LIB_UCLIBC_NG
config ADK_TARGET_WITH_NPTL
bool "NPTL"
- depends on ADK_TARGET_SUPPORTS_NPTL && ADK_TARGET_SUPPORTS_THREADS || \
- ((ADK_TARGET_ARCH_ARM && ADK_TARGET_BINFMT_FDPIC) || ADK_TARGET_WITH_MMU)
+ depends on ADK_TARGET_SUPPORTS_NPTL && ADK_TARGET_SUPPORTS_THREADS
config ADK_TARGET_WITH_LT
bool "Linuxthreads"