From: Rosen Penev Date: Fri, 27 Sep 2019 17:09:44 +0000 (-0700) Subject: jamvm: Don't compile on ARM64 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ccd2b767d912ea3310a4b63b438527b565d73b04;p=openwrt-packages.git jamvm: Don't compile on ARM64 Not supported. Signed-off-by: Rosen Penev --- diff --git a/lang/jamvm/Makefile b/lang/jamvm/Makefile index e603d3fb8..0db18b385 100644 --- a/lang/jamvm/Makefile +++ b/lang/jamvm/Makefile @@ -32,7 +32,7 @@ define Package/jamvm CATEGORY:=Languages TITLE:=A compact Java Virtual Machine URL:=http://jamvm.sourceforge.net/ - DEPENDS:=+zlib +libpthread +librt +CONFIG_powerpc64:libffi @!arc + DEPENDS:=+zlib +libpthread +librt +CONFIG_powerpc64:libffi @!arc @!aarch64 endef define Package/jamvm/description