2470d992843162253a46da30f39f1e53a217538d
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / orc / Config.in
1 config BR2_PACKAGE_ORC
2         bool "orc"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
4         depends on !BR2_BINFMT_FLAT # configure doesn't know uclinux
5         help
6           Orc is a library and set of tools for compiling and executing
7           very simple programs that operate on arrays of data.
8
9           http://code.entropywave.com/projects/orc/
10
11 comment "orc needs a toolchain w/ threads"
12         depends on !BR2_TOOLCHAIN_HAS_THREADS
13         depends on !BR2_BINFMT_FLAT