From: Gustavo Zacarias Date: Fri, 29 Mar 2013 01:19:51 +0000 (+0000) Subject: orc: needs threads X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5ec152a6f04c1a97f484bc2383564dba6cb12071;p=buildroot.git orc: needs threads Fixes: http://autobuild.buildroot.net/results/b44c09c7ca81b16267ad653e65f52c4e5ec7b36f/ Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/orc/Config.in b/package/orc/Config.in index 1de0f235fd..022c455abb 100644 --- a/package/orc/Config.in +++ b/package/orc/Config.in @@ -1,7 +1,11 @@ config BR2_PACKAGE_ORC bool "orc" + depends on BR2_TOOLCHAIN_HAS_THREADS help Orc is a library and set of tools for compiling and executing very simple programs that operate on arrays of data. http://code.entropywave.com/projects/orc/ + +comment "orc requires a toolchain with thread support" + depends on !BR2_TOOLCHAIN_HAS_THREADS