summaryrefslogtreecommitdiff
path: root/target/config/Config.in.libc
diff options
context:
space:
mode:
Diffstat (limited to 'target/config/Config.in.libc')
-rw-r--r--target/config/Config.in.libc4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc
index ea98497c1..f47cd7b97 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -166,7 +166,7 @@ prompt "Threading"
config ADK_TARGET_WITH_NPTL
bool "enable NPTL"
- depends on ADK_TARGET_SUPPORTS_NPTL && ADK_TARGET_SUPPORTS_THREADS
+ depends on ADK_TARGET_SUPPORTS_NPTL && ADK_TARGET_SUPPORTS_THREADS && !ADK_TARGET_LIB_NEWLIB
config ADK_TARGET_WITH_LT
bool "enable Linuxthreads"
@@ -174,7 +174,7 @@ config ADK_TARGET_WITH_LT
config ADK_TARGET_WITHOUT_THREADS
bool "disable threads"
- depends on ADK_TARGET_LIB_UCLIBC_NG
+ depends on ADK_TARGET_LIB_UCLIBC_NG || ADK_TARGET_LIB_NEWLIB
endchoice