jamvm: disable inlining (segfaults on mips if enabled with threading), enable threading, disable libffi
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29699 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ffc36570f7
commit
9fec165593
@ -29,7 +29,7 @@ define Package/jamvm
|
|||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
TITLE:=A compact Java Virtual Machine
|
TITLE:=A compact Java Virtual Machine
|
||||||
URL:=http://sourceforge.net/projects/jamvm
|
URL:=http://sourceforge.net/projects/jamvm
|
||||||
DEPENDS:=+libffi +zlib +libpthread +librt +classpath @!avr32
|
DEPENDS:=+zlib +libpthread +librt +classpath @!avr32
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/jamvm/description
|
define Package/jamvm/description
|
||||||
@ -42,10 +42,9 @@ define Package/jamvm/description
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--enable-ffi \
|
|
||||||
--with-java-runtime-library=gnuclasspath \
|
--with-java-runtime-library=gnuclasspath \
|
||||||
--with-classpath-install-dir=/usr \
|
--with-classpath-install-dir=/usr \
|
||||||
--disable-int-threading
|
--disable-int-inlining
|
||||||
|
|
||||||
MAKE_FLAGS += \
|
MAKE_FLAGS += \
|
||||||
GLIBJ_ZIP=$(STAGING_DIR)/usr/share/classpath/glibj.zip
|
GLIBJ_ZIP=$(STAGING_DIR)/usr/share/classpath/glibj.zip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user