mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
jamvm: depends on supported architectures
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(cherry-picked from 11f0544744)
This commit is contained in:
committed by
Rosen Penev
parent
ca0e429e25
commit
87b6ed6b93
+2
-1
@@ -30,7 +30,8 @@ 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:=+zlib +libpthread +librt +classpath @!avr32
|
DEPENDS:=+zlib +libpthread +librt +classpath \
|
||||||
|
@(i386||i686||x86_64||arm||armeb||mips||mipsel||powerpc||powerpc64) +CONFIG_powerpc64:libffi
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/jamvm/description
|
define Package/jamvm/description
|
||||||
|
|||||||
Reference in New Issue
Block a user