From 70b2e0477869aeaa0fa010df30f5030a95566715 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 15 Oct 2019 10:03:34 +0200 Subject: arm: NPTL on noMMU only for FDPIC --- target/config/Config.in.threads | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/config') 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" -- cgit v1.2.3