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 select BR2_PACKAGE_ZLIB
8 select BR2_PACKAGE_CLASSPATH
10 JamVM is a new Java Virtual Machine which conforms to the
11 JVM specification version 2 (blue book).
15 comment "jamvm needs a toolchain w/ threads, dynamic library"
16 depends on BR2_arm || BR2_armeb || BR2_i386 || BR2_x86_64 \
17 || BR2_mips || BR2_mipsel || BR2_powerpc
18 depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS