]> git.pld-linux.org Git - packages/gforth.git/blob - gforth-opt.patch
d5cc7392c96d58e97c4eb1dc39d8e244de2267d0
[packages/gforth.git] / gforth-opt.patch
1 --- gforth-0.6.1/configure.in.orig      2003-03-11 22:05:47.000000000 +0100
2 +++ gforth-0.6.1/configure.in   2003-05-11 01:50:25.000000000 +0200
3 @@ -138,9 +138,6 @@
4         i*86)
5                 machine=386
6                 CFLAGS="$CFLAGS -fomit-frame-pointer -fforce-addr -fforce-mem"
7 -               CFLAGS_1="$CFLAGS"
8 -               CFLAGS="$CFLAGS -march=pentium"
9 -               AC_TRY_COMPILE(,,,CFLAGS="$CFLAGS_1 -m486")
10                 ;;
11  #generic should work for IA64
12  #      ia64*)
13 --- gforth-0.6.1/engine/Makefile.in.orig        2003-03-09 16:06:46.000000000 +0100
14 +++ gforth-0.6.1/engine/Makefile.in     2003-05-11 01:51:18.000000000 +0200
15 @@ -74,8 +74,8 @@
16  SWITCHES = $(XCFLAGS) $(XDEFINES)
17  ENGINE_FLAGS = @ENGINE_FLAGS@ -fno-defer-pop -fcaller-saves
18  DEBUGFLAG = @DEBUGFLAG@
19 -CFLAGS = $(DEBUGFLAG) -I$(srcdir)/../arch/$(machine) -I. -O2 -Wall $(SWITCHES) -DDEFAULTPATH=\"$(FORTHPATH)\"
20 -CFLAGS2        = $(DEBUGFLAG) -I$(srcdir)/../arch/$(machine) -I. -O2 -Wall $(SWITCHES) -DDEFAULTPATH=\"$(FORTHPATH)\"
21 +CFLAGS = $(DEBUGFLAG) -I$(srcdir)/../arch/$(machine) -I. -Wall $(SWITCHES) -DDEFAULTPATH=\"$(FORTHPATH)\"
22 +CFLAGS2        = $(DEBUGFLAG) -I$(srcdir)/../arch/$(machine) -I. -Wall $(SWITCHES) -DDEFAULTPATH=\"$(FORTHPATH)\"
23  FORTHKFLAGS= --die-on-signal -p "..$(PATHSEP)$(srcdir)" -i ../$(kernel_fi)
24  FORTHK = ../gforth $(FORTHKFLAGS)
25  
This page took 0.026343 seconds and 2 git commands to generate.