diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2020-11-12 09:02:24 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2020-11-12 09:02:24 +0100 |
commit | 652b8702425ce66b7868dbe1bb2bb3f4d492f17d (patch) | |
tree | 880f388efe6ddf496fe7f1b446001bae1f4e113b /target | |
parent | 8ecfd0b124ee005a3ddf46fefcfa08d281d7f215 (diff) |
allow to choose NPTL for ARM FDPIC
Diffstat (limited to 'target')
-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 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 |