1 config BR2_PACKAGE_JAMVM
3 depends on BR2_TOOLCHAIN_HAS_THREADS
4 depends on !BR2_STATIC_LIBS
5 depends on BR2_arm || BR2_armeb || BR2_i386 || BR2_x86_64 \
6 || BR2_mips || BR2_mipsel || BR2_powerpc
7 depends on BR2_PACKAGE_CLASSPATH_ARCH_SUPPORTS
8 select BR2_PACKAGE_ZLIB
9 select BR2_PACKAGE_CLASSPATH
11 JamVM is a new Java Virtual Machine which conforms to the
12 JVM specification version 2 (blue book).
16 comment "jamvm needs a toolchain w/ threads, dynamic library"
17 depends on BR2_arm || BR2_armeb || BR2_i386 || BR2_x86_64 \
18 || BR2_mips || BR2_mipsel || BR2_powerpc
19 depends on BR2_PACKAGE_CLASSPATH_ARCH_SUPPORTS
20 depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS