From d1de160f2a5f65827ae687a45def7a0a7ff27729 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 30 Mar 2010 15:22:51 +0000 Subject: [PATCH] jamvm: not supported on avr32 SVN-Revision: 20608 --- lang/jamvm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/jamvm/Makefile b/lang/jamvm/Makefile index cefc062b3..b6d85ce97 100644 --- a/lang/jamvm/Makefile +++ b/lang/jamvm/Makefile @@ -25,7 +25,7 @@ define Package/jamvm CATEGORY:=Languages TITLE:=A compact Java Virtual Machine URL:=http://sourceforge.net/projects/jamvm - DEPENDS:=+libffi +zlib +libpthread @!mips + DEPENDS:=+libffi +zlib +libpthread @!avr32 @!mips endef define Package/jamvm/description -- 2.30.2