]> git.pld-linux.org Git - packages/gforth.git/blobdiff - gforth-opt.patch
- dropped pre-cvs changelog
[packages/gforth.git] / gforth-opt.patch
index d5cc7392c96d58e97c4eb1dc39d8e244de2267d0..e3e8bf964ac27a21eeb0702671b8fb6909010a1b 100644 (file)
@@ -1,25 +1,27 @@
---- gforth-0.6.1/configure.in.orig     2003-03-11 22:05:47.000000000 +0100
-+++ gforth-0.6.1/configure.in  2003-05-11 01:50:25.000000000 +0200
-@@ -138,9 +138,6 @@
+--- gforth-0.7.0/configure.in.orig     2008-11-02 18:14:57.000000000 +0100
++++ gforth-0.7.0/configure.in  2008-11-04 23:15:32.189552084 +0100
+@@ -236,14 +236,11 @@
+               ;;
+       i486)
+               machine=386
+-              CFLAGS="$CFLAGS -fomit-frame-pointer -fforce-addr -m486"
++              CFLAGS="$CFLAGS -fomit-frame-pointer -fforce-addr"
+               ;;
        i*86)
                machine=386
-               CFLAGS="$CFLAGS -fomit-frame-pointer -fforce-addr -fforce-mem"
+               CFLAGS="$CFLAGS -fomit-frame-pointer -fforce-addr"
 -              CFLAGS_1="$CFLAGS"
 -              CFLAGS="$CFLAGS -march=pentium"
 -              AC_TRY_COMPILE(,,,CFLAGS="$CFLAGS_1 -m486")
                ;;
- #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)
+       x86_64)
+               case $CC
+@@ -251,8 +248,6 @@
+                   *-m32*)
+                       machine=386
+                       CFLAGS="$CFLAGS -fomit-frame-pointer -fforce-addr"
+-                      CFLAGS_1="$CFLAGS"
+-                      CFLAGS="$CFLAGS -march=athlon64"
+                       ;;
+                   *)
+                       machine=amd64
This page took 0.451994 seconds and 4 git commands to generate.