jamvm: depends on supported architectures

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
Yousong Zhou 2018-09-27 03:48:53 +00:00
parent e38c100612
commit 11f0544744
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ define Package/jamvm
CATEGORY:=Languages
TITLE:=A compact Java Virtual Machine
URL:=http://sourceforge.net/projects/jamvm
DEPENDS:=+zlib +libpthread +librt +classpath
DEPENDS:=+zlib +libpthread +librt +classpath \
@(i386||i686||x86_64||arm||armeb||mips||mipsel||powerpc||powerpc64) +CONFIG_powerpc64:libffi
endef
define Package/jamvm/description