jamvm: disable inlining (segfaults on mips if enabled with threading), enable threadi...
authorFelix Fietkau <[email protected]>
Sun, 8 Jan 2012 23:39:12 +0000 (23:39 +0000)
committerFelix Fietkau <[email protected]>
Sun, 8 Jan 2012 23:39:12 +0000 (23:39 +0000)
SVN-Revision: 29699

lang/jamvm/Makefile

index 1c46f8ea2d2e1e6fa31290f04aa8e33e1733d0d0..374b14658e54f38a2ee7ea9e72e7e3d8ce690ec9 100644 (file)
@@ -29,7 +29,7 @@ define Package/jamvm
   CATEGORY:=Languages
   TITLE:=A compact Java Virtual Machine
   URL:=http://sourceforge.net/projects/jamvm
-  DEPENDS:=+libffi +zlib +libpthread +librt +classpath @!avr32
+  DEPENDS:=+zlib +libpthread +librt +classpath @!avr32
 endef
 
 define Package/jamvm/description
@@ -42,10 +42,9 @@ define Package/jamvm/description
 endef
 
 CONFIGURE_ARGS += \
-       --enable-ffi \
        --with-java-runtime-library=gnuclasspath \
        --with-classpath-install-dir=/usr \
-       --disable-int-threading
+       --disable-int-inlining
 
 MAKE_FLAGS += \
        GLIBJ_ZIP=$(STAGING_DIR)/usr/share/classpath/glibj.zip