]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/jamvm/Config.in
f4809957cf2cbbef4ce17e0d7a6d4a4c0a5e8c72
[coffee/buildroot.git] / package / jamvm / Config.in
1 config BR2_PACKAGE_JAMVM
2         bool "jamvm"
3         depends on BR2_INET_IPV6
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/ IPv6"
15         depends on BR2_arm || BR2_armeb || BR2_i386 || BR2_x86_64 \
16                 || BR2_mips || BR2_mipsel || BR2_powerpc
17         depends on !BR2_INET_IPV6