summaryrefslogtreecommitdiffstats
path: root/package/liburcu/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/liburcu/Config.in')
-rw-r--r--package/liburcu/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/liburcu/Config.in b/package/liburcu/Config.in
index 69878b18c..f21541f65 100644
--- a/package/liburcu/Config.in
+++ b/package/liburcu/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_LIBURCU
bool "liburcu"
depends on BR2_arm || BR2_armeb || BR2_i386 || BR2_powerpc || BR2_x86_64
+ depends on BR2_TOOLCHAIN_HAS_THREADS
help
Userspace implementation of the Read-Copy-Update (RCU)
synchronization mechanism. This library is mainly used by
@@ -8,3 +9,7 @@ config BR2_PACKAGE_LIBURCU
purposes as well.
http://lttng.org/urcu
+
+comment "liburcu needs threads support in toolchain"
+ depends on !BR2_TOOLCHAIN_HAS_THREADS
+