diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2019-10-15 10:03:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2019-10-15 10:03:34 +0200 |
commit | 70b2e0477869aeaa0fa010df30f5030a95566715 (patch) | |
tree | 83640ac1040cc7a169917140a80dc483739c8388 /target/config/Config.in.threads | |
parent | 0a8b71dd7a1982500fec366d9b2c65dd2d4da84e (diff) |
arm: NPTL on noMMU only for FDPIC
Diffstat (limited to 'target/config/Config.in.threads')
-rw-r--r-- | target/config/Config.in.threads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.threads b/target/config/Config.in.threads index 059a20c47..460d3f5c7 100644 --- a/target/config/Config.in.threads +++ b/target/config/Config.in.threads @@ -8,7 +8,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_WITH_MMU) + ((ADK_TARGET_ARCH_ARM && ADK_TARGET_BINFMT_FDPIC) || ADK_TARGET_WITH_MMU) config ADK_TARGET_WITH_LT bool "Linuxthreads" |