Fixed compile-time dependencies name, and control file
[openwrt/openwrt.git] / openwrt / package / jamvm / Config.in
1 config BR2_PACKAGE_JAMVM
2 prompt "jamvm .............................A compact Java Virtual Machine"
3 tristate
4 default m if CONFIG_DEVEL
5 select BR2_PACKAGE_ZLIB
6 select BR2_PACKAGE_LIBFFI_SABLE
7 select BR2_PACKAGE_LIBSABLEVM_CLASSPATH
8 help
9 JamVM is a new Java Virtual Machine which conforms to the JVM specification version
10 (blue book). In comparison to most other VM's (free and commercial) it is extremely
11 small.However, unlike other small VMs (e.g. KVM) it is designed to support the full
12 specification, and includes support for object finalisation, Soft/Weak/Phantom
13 References, the Java Native Interface (JNI) and the Reflection API.
14
15 http://sourceforge.net/projects/jamvm