From af0062c6d688bd534b8ab85a5c409878d9d885b1 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 31 Dec 2020 17:35:08 +0100 Subject: allow to preset thread implementation --- target/config/Config.in.threads | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'target') 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" -- cgit v1.2.3