]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/jamvm/Config.in
package/jamvm: move arch dependency to a symbol
[coffee/buildroot.git] / package / jamvm / Config.in
1 config BR2_PACKAGE_JAMVM_ARCH_SUPPORTS
2         bool
3         default y if BR2_arm || BR2_armeb
4         default y if BR2_i386 || BR2_x86_64
5         default y if BR2_mips || BR2_mipsel
6         default y if BR2_powerpc
7
8 config BR2_PACKAGE_JAMVM
9         bool "jamvm"
10         depends on BR2_PACKAGE_JAMVM_ARCH_SUPPORTS
11         depends on BR2_PACKAGE_CLASSPATH_ARCH_SUPPORTS
12         depends on BR2_TOOLCHAIN_HAS_THREADS
13         depends on !BR2_STATIC_LIBS
14         select BR2_PACKAGE_ZLIB
15         select BR2_PACKAGE_CLASSPATH
16         help
17           JamVM is a new Java Virtual Machine which conforms to the
18           JVM specification version 2 (blue book).
19
20           http://jamvm.sf.net
21
22 comment "jamvm needs a toolchain w/ threads, dynamic library"
23         depends on BR2_PACKAGE_JAMVM_ARCH_SUPPORTS
24         depends on BR2_PACKAGE_CLASSPATH_ARCH_SUPPORTS
25         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS