summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2020-11-12 09:02:24 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2020-11-12 09:02:24 +0100
commit652b8702425ce66b7868dbe1bb2bb3f4d492f17d (patch)
tree880f388efe6ddf496fe7f1b446001bae1f4e113b
parent8ecfd0b124ee005a3ddf46fefcfa08d281d7f215 (diff)
allow to choose NPTL for ARM FDPIC
-rw-r--r--target/config/Config.in.threads2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.threads b/target/config/Config.in.threads
index 460d3f5c7..d08a0c821 100644
--- a/target/config/Config.in.threads
+++ b/target/config/Config.in.threads
@@ -7,7 +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 && \
+ depends on ADK_TARGET_SUPPORTS_NPTL && ADK_TARGET_SUPPORTS_THREADS || \
((ADK_TARGET_ARCH_ARM && ADK_TARGET_BINFMT_FDPIC) || ADK_TARGET_WITH_MMU)
config ADK_TARGET_WITH_LT