From: Jakub Bogusz Date: Thu, 18 Dec 2003 22:55:42 +0000 (+0000) Subject: - updated for 0.6.2 X-Git-Tag: auto/th/gforth-0.7.3-1~12 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fgforth.git;a=commitdiff_plain;h=e42c07eefa71f1cd4e3f7b92d9a4a495cf314549 - updated for 0.6.2 Changed files: gforth-opt.patch -> 1.2 --- diff --git a/gforth-opt.patch b/gforth-opt.patch index d5cc739..2771b69 100644 --- a/gforth-opt.patch +++ b/gforth-opt.patch @@ -10,16 +10,3 @@ ;; #generic should work for IA64 # ia64*) ---- gforth-0.6.1/engine/Makefile.in.orig 2003-03-09 16:06:46.000000000 +0100 -+++ gforth-0.6.1/engine/Makefile.in 2003-05-11 01:51:18.000000000 +0200 -@@ -74,8 +74,8 @@ - SWITCHES = $(XCFLAGS) $(XDEFINES) - ENGINE_FLAGS = @ENGINE_FLAGS@ -fno-defer-pop -fcaller-saves - DEBUGFLAG = @DEBUGFLAG@ --CFLAGS = $(DEBUGFLAG) -I$(srcdir)/../arch/$(machine) -I. -O2 -Wall $(SWITCHES) -DDEFAULTPATH=\"$(FORTHPATH)\" --CFLAGS2 = $(DEBUGFLAG) -I$(srcdir)/../arch/$(machine) -I. -O2 -Wall $(SWITCHES) -DDEFAULTPATH=\"$(FORTHPATH)\" -+CFLAGS = $(DEBUGFLAG) -I$(srcdir)/../arch/$(machine) -I. -Wall $(SWITCHES) -DDEFAULTPATH=\"$(FORTHPATH)\" -+CFLAGS2 = $(DEBUGFLAG) -I$(srcdir)/../arch/$(machine) -I. -Wall $(SWITCHES) -DDEFAULTPATH=\"$(FORTHPATH)\" - FORTHKFLAGS= --die-on-signal -p "..$(PATHSEP)$(srcdir)" -i ../$(kernel_fi) - FORTHK = ../gforth $(FORTHKFLAGS) -