From 41d4d5049cec06e94d877c8361cc66985fb4a9cc Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 13 Oct 2019 14:22:11 +0200 Subject: arm: allow to build FDPIC toolchain --- target/config/Config.in.threads | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/config/Config.in.threads') 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" -- cgit v1.2.3