From d50d5ae0f3ff3ba07dc50d723eb1399035bb4429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20K=C3=BChling?= Date: Sat, 7 Aug 2010 21:12:47 +0200 Subject: [PATCH] switch to newer upstream snapshot with improved MIPS support. Adds dynamic superinstructions support (need manual enabling), and more MIPS32 opcodes for (dis)assembler --- gforth/Makefile | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/gforth/Makefile b/gforth/Makefile index 0ebb72b..2347104 100644 --- a/gforth/Makefile +++ b/gforth/Makefile @@ -16,9 +16,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gforth -PKG_SNAPSHOT_DATE=20100725 +PKG_SNAPSHOT_DATE=20100807 PKG_VERSION=0.7.0-$(PKG_SNAPSHOT_DATE) -PKG_RELEASE:=11 +PKG_RELEASE:=4 + PKG_BUILD_DEPENDS:= gforth/host libltdl/host PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) @@ -28,7 +29,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=\ http://user.cs.tu-berlin.de/~dvdkhlng/ \ http://mosquito.dyndns.tv/~spock/ -PKG_MD5SUM:=f030bdfe42a9be32889d5b4c8cb37856 +#PKG_SOURCE_URL:= file://~/forth/gforth/ +PKG_MD5SUM:=fb1d0dee4836dab57fd3eadbd5fc1922 # Alternate download #1 via CVS: this doesn't work, as CVS is missing the # kernel.fi images needed for boot-strapping :( @@ -38,17 +40,6 @@ PKG_MD5SUM:=f030bdfe42a9be32889d5b4c8cb37856 # PKG_SOURCE_SUBDIR:=gforth # PKG_SOURCE:=gforth-$(PKG_SNAPSHOT_DATE).tar.gz -# alternate download #2: use local sources -# remove the prepare.stamp if updating tgz -# define Build/Prepare -# mkdir -p $(PKG_BUILD_DIR) -# (cd $(PKG_BUILD_DIR)/.. && tar -xzvf -) < ~/forth/gforth/$(PKG_SOURCE) -# endef -# define Host/Prepare -# mkdir -p $(HOST_BUILD_DIR) -# (cd $(HOST_BUILD_DIR)/.. && tar -xzvf -) < ~/forth/gforth/$(PKG_SOURCE) -# endef - include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/package.mk