mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
package: add jamvm jvm
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
5062f53008
commit
ae10e33a50
@ -268,6 +268,7 @@ endmenu
|
|||||||
menu "Interpreter languages and scripting"
|
menu "Interpreter languages and scripting"
|
||||||
source "package/erlang/Config.in"
|
source "package/erlang/Config.in"
|
||||||
source "package/haserl/Config.in"
|
source "package/haserl/Config.in"
|
||||||
|
source "package/jamvm/Config.in"
|
||||||
source "package/lua/Config.in"
|
source "package/lua/Config.in"
|
||||||
source "package/luajit/Config.in"
|
source "package/luajit/Config.in"
|
||||||
if BR2_PACKAGE_LUA || BR2_PACKAGE_LUAJIT
|
if BR2_PACKAGE_LUA || BR2_PACKAGE_LUAJIT
|
||||||
|
9
package/jamvm/Config.in
Normal file
9
package/jamvm/Config.in
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
config BR2_PACKAGE_JAMVM
|
||||||
|
bool "jamvm"
|
||||||
|
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
|
11
package/jamvm/jamvm.mk
Normal file
11
package/jamvm/jamvm.mk
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
JAMVM_VERSION = 1.5.4
|
||||||
|
JAMVM_SITE = http://downloads.sourceforge.net/project/jamvm/jamvm/JamVM%20$(JAMVM_VERSION)
|
||||||
|
JAMVM_DEPENDENCIES = zlib classpath
|
||||||
|
# int inlining seems to crash jamvm, don't build shared version of internal lib
|
||||||
|
JAMVM_CONF_OPT = \
|
||||||
|
--with-classpath-install-dir=/usr \
|
||||||
|
--disable-int-inlining \
|
||||||
|
--disable-shared \
|
||||||
|
--without-pic
|
||||||
|
|
||||||
|
$(eval $(autotools-package))
|
Loading…
x
Reference in New Issue
Block a user