2011-07-14 09:32:39 +02:00
|
|
|
config BR2_PACKAGE_ORC
|
|
|
|
bool "orc"
|
2013-03-29 02:19:51 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2011-07-14 09:32:39 +02:00
|
|
|
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/
|
2013-03-29 02:19:51 +01:00
|
|
|
|
|
|
|
comment "orc requires a toolchain with thread support"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|