summaryrefslogtreecommitdiffstats
path: root/rules/jamvm.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-04-16 20:25:55 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-04-16 20:25:55 +0000
commit8c86a5b9100587774555b56dd6e92657deb63523 (patch)
tree6a93edb35abf1a6d2d6c3241816b4ec1bb70cdf7 /rules/jamvm.in
parent70facbe65523899798badfe55b97f5ca4c196f1d (diff)
downloadptxdist-8c86a5b9100587774555b56dd6e92657deb63523.tar.gz
ptxdist-8c86a5b9100587774555b56dd6e92657deb63523.tar.xz
* jamvm: added
* classpath: added git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10288 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/jamvm.in')
-rw-r--r--rules/jamvm.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/rules/jamvm.in b/rules/jamvm.in
new file mode 100644
index 000000000..23ae42500
--- /dev/null
+++ b/rules/jamvm.in
@@ -0,0 +1,21 @@
+## SECTION=bytecode_engines
+
+menuconfig JAMVM
+ tristate
+ select ZLIB
+ select LIBFFI if JAMVM_USE_LIBFFI
+ prompt "jamvm"
+ help
+ JamVM is a new Java Virtual Machine conforming to the JVM specification
+ edition 2 (blue book). It is extremely small. Unlike other small VMs it
+ supports the full spec, inc. object finalisation and JNI.
+
+if JAMVM
+
+config JAMVM_USE_LIBFFI
+ bool
+ prompt "use libffi"
+ help
+ "enable libffi support"
+
+endif