The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / jamvm / Config.in
1 config BR2_PACKAGE_JAMVM
2         bool "jamvm"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
4         depends on BR2_arm || BR2_armeb || BR2_i386 || BR2_x86_64 \
5                 || BR2_mips || BR2_mipsel || BR2_powerpc
6         select BR2_PACKAGE_ZLIB
7         select BR2_PACKAGE_CLASSPATH
8         help
9           JamVM is a new Java Virtual Machine which conforms to the
10           JVM specification version 2 (blue book).
11
12           http://jamvm.sf.net
13
14 comment "jamvm needs a toolchain w/ threads"
15         depends on BR2_arm || BR2_armeb || BR2_i386 || BR2_x86_64 \
16                 || BR2_mips || BR2_mipsel || BR2_powerpc
17         depends on !BR2_TOOLCHAIN_HAS_THREADS