Date:2010-08-07 21:12:47 (13 years 7 months ago)
Author:David Kühling
Commit:4fd3496e76c774a62721d9a3bbcc456feae5d739
Message:switch to newer upstream snapshot with improved MIPS support. Adds dynamic superinstructions support (need manual enabling), and more MIPS32 opcodes for (dis)assembler

Files: gforth/Makefile (3 diffs)

Change Details

gforth/Makefile
1616include $(TOPDIR)/rules.mk
1717
1818PKG_NAME:=gforth
19PKG_SNAPSHOT_DATE=20100725
19PKG_SNAPSHOT_DATE=20100807
2020PKG_VERSION=0.7.0-$(PKG_SNAPSHOT_DATE)
21PKG_RELEASE:=11
21PKG_RELEASE:=4
22
2223
2324PKG_BUILD_DEPENDS:= gforth/host libltdl/host
2425PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
...... 
2829PKG_SOURCE_URL:=\
2930    http://user.cs.tu-berlin.de/~dvdkhlng/ \
3031    http://mosquito.dyndns.tv/~spock/
31PKG_MD5SUM:=f030bdfe42a9be32889d5b4c8cb37856
32#PKG_SOURCE_URL:= file://~/forth/gforth/
33PKG_MD5SUM:=fb1d0dee4836dab57fd3eadbd5fc1922
3234
3335# Alternate download #1 via CVS: this doesn't work, as CVS is missing the
3436# kernel.fi images needed for boot-strapping :(
...... 
3840# PKG_SOURCE_SUBDIR:=gforth
3941# PKG_SOURCE:=gforth-$(PKG_SNAPSHOT_DATE).tar.gz
4042
41# alternate download #2: use local sources
42# remove the prepare.stamp if updating tgz
43# define Build/Prepare
44# mkdir -p $(PKG_BUILD_DIR)
45# (cd $(PKG_BUILD_DIR)/.. && tar -xzvf -) < ~/forth/gforth/$(PKG_SOURCE)
46# endef
47# define Host/Prepare
48# mkdir -p $(HOST_BUILD_DIR)
49# (cd $(HOST_BUILD_DIR)/.. && tar -xzvf -) < ~/forth/gforth/$(PKG_SOURCE)
50# endef
51
5243include $(INCLUDE_DIR)/host-build.mk
5344include $(INCLUDE_DIR)/package.mk
5445

Archive Download the corresponding diff file



interactive