SOURCES: gforth-opt.patch - updated for 0.7.0

qboosh qboosh at pld-linux.org
Wed Nov 5 17:55:25 CET 2008


Author: qboosh                       Date: Wed Nov  5 16:55:25 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 0.7.0

---- Files affected:
SOURCES:
   gforth-opt.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/gforth-opt.patch
diff -u SOURCES/gforth-opt.patch:1.2 SOURCES/gforth-opt.patch:1.3
--- SOURCES/gforth-opt.patch:1.2	Thu Dec 18 23:55:42 2003
+++ SOURCES/gforth-opt.patch	Wed Nov  5 17:55:19 2008
@@ -1,12 +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*)
+ 	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
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/gforth-opt.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list