jamvm: depends on supported architectures
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
parent
e38c100612
commit
11f0544744
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue