diff options
Diffstat (limited to 'jtools/jamvm/Makefile')
-rw-r--r-- | jtools/jamvm/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/jtools/jamvm/Makefile b/jtools/jamvm/Makefile index a85b2d6c8..1775ff5aa 100644 --- a/jtools/jamvm/Makefile +++ b/jtools/jamvm/Makefile @@ -6,14 +6,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:= jamvm PKG_VERSION:= 1.5.4 PKG_RELEASE:= 2 -PKG_MD5SUM:= 63220327925ace13756ae334c55a3baa +PKG_MD5SUM:= 7654e9657691f5f09c4f481ed4686176 PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=jamvm/} -ifeq (Darwin,${OStype}) -CC_FOR_BUILD:=${CC_FOR_BUILD} -m32 -CXX_FOR_BUILD:=${CXX_FOR_BUILD} -m32 -endif - include ../rules.mk install: ${STAGING_JAVA_HOST_DIR}/usr/bin/jamvm |