2012-12-04 19:02:25 +01:00
|
|
|
config BR2_PACKAGE_JAMVM
|
|
|
|
bool "jamvm"
|
2015-03-26 16:54:40 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2014-09-26 21:36:43 +02:00
|
|
|
depends on BR2_arm || BR2_armeb || BR2_i386 || BR2_x86_64 \
|
|
|
|
|| BR2_mips || BR2_mipsel || BR2_powerpc
|
2012-12-04 19:02:25 +01:00
|
|
|
select BR2_PACKAGE_ZLIB
|
|
|
|
select BR2_PACKAGE_CLASSPATH
|
|
|
|
help
|
|
|
|
JamVM is a new Java Virtual Machine which conforms to the
|
|
|
|
JVM specification version 2 (blue book).
|
|
|
|
|
|
|
|
http://jamvm.sf.net
|
2012-12-05 01:00:09 +01:00
|
|
|
|
2015-04-19 14:40:00 +02:00
|
|
|
comment "jamvm needs a toolchain w/ threads"
|
2014-09-26 21:36:43 +02:00
|
|
|
depends on BR2_arm || BR2_armeb || BR2_i386 || BR2_x86_64 \
|
|
|
|
|| BR2_mips || BR2_mipsel || BR2_powerpc
|
2015-03-26 16:54:40 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|