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
|
2014-11-03 11:51:46 +01:00
|
|
|
depends on !BR2_BINFMT_FLAT # configure doesn't know uclinux
|
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
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "orc needs a toolchain w/ threads"
|
2013-03-29 02:19:51 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
2014-11-03 11:51:46 +01:00
|
|
|
depends on !BR2_BINFMT_FLAT
|