summaryrefslogtreecommitdiff
path: root/target/config/Config.in.threads
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2019-10-13 14:22:11 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2019-10-13 14:22:22 +0200
commit41d4d5049cec06e94d877c8361cc66985fb4a9cc (patch)
tree821efca9e7b4abdc899533a444779593f5ccfea6 /target/config/Config.in.threads
parent37f6a82aad4eef9e11be3d2551c647fcabca0a34 (diff)
arm: allow to build FDPIC toolchain
Diffstat (limited to 'target/config/Config.in.threads')
-rw-r--r--target/config/Config.in.threads3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/config/Config.in.threads b/target/config/Config.in.threads
index b0bb2f452..059a20c47 100644
--- a/target/config/Config.in.threads
+++ b/target/config/Config.in.threads
@@ -7,7 +7,8 @@ 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_WITH_MMU
+ depends on ADK_TARGET_SUPPORTS_NPTL && ADK_TARGET_SUPPORTS_THREADS && \
+ (ADK_TARGET_ARCH_ARM || ADK_TARGET_WITH_MMU)
config ADK_TARGET_WITH_LT
bool "Linuxthreads"