SOURCES: endeavour-PLD.patch - dynamic CFLAGS, no forced -march, n...

sparky sparky at pld-linux.org
Sat Jul 29 02:30:56 CEST 2006


Author: sparky                       Date: Sat Jul 29 00:30:56 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- dynamic CFLAGS, no forced -march, now it is PLD-like

---- Files affected:
SOURCES:
   endeavour-PLD.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/endeavour-PLD.patch
diff -u SOURCES/endeavour-PLD.patch:1.3 SOURCES/endeavour-PLD.patch:1.4
--- SOURCES/endeavour-PLD.patch:1.3	Sat Jul 29 01:01:42 2006
+++ SOURCES/endeavour-PLD.patch	Sat Jul 29 02:30:51 2006
@@ -63,7 +63,7 @@
 diff -uNr endeavour-2.5.6.orig/endeavour2/platforms.ini endeavour-2.5.6.pld/endeavour2/platforms.ini
 --- endeavour-2.5.6.orig/endeavour2/platforms.ini	2005-10-07 09:02:02.000000000 +0200
 +++ endeavour-2.5.6.pld/endeavour2/platforms.ini	2005-12-23 12:04:27.893567576 +0100
-@@ -285,6 +285,90 @@
+@@ -285,6 +285,66 @@
  			MustExist = Yes
  			DependPath = gtk-config
  
@@ -73,11 +73,11 @@
 +Platform = PLD
 +	Description = For PLD Linux (http://www.pld-linux.org)
 +	PREFIX = /usr
-+	CFLAGS = -g -O2 -Wall -DPLD -funroll-loops -fomit-frame-pointer -ffast-math -finline-functions
++	CFLAGS = $(OPTCFLAGS)
 +	LIBS = -lm
 +	LIB_DIR =
-+	CC = cc
-+	CPP = c++
++	CC = gcc
++	CPP = g++
 +	PlatformSearchPathInclude = /usr/include
 +	PlatformSearchPathInclude = /usr/X11R6/include
 +	PlatformSearchPathLib = /lib
@@ -87,30 +87,6 @@
 +	PlatformSearchPathBin = /usr/bin
 +	PlatformSearchPathBin = /usr/X11R6/bin
 +	PlatformSearchPathData = /usr/share/icons
-+	PlatformFeature = arch-i386
-+		Description = Adds -march=i386 for 486 specific optimizations
-+		MustExist = Preferred  
-+		FeatureCFLAGS = -march=i386
-+		FeatureDepend = i386
-+			DependType = Machine
-+			MustExist = Yes
-+			DependMachine = i386
-+	PlatformFeature = arch-i586
-+		Description = Adds -march=i586 for Pentium specific optimizations
-+		MustExist = Preferred
-+		FeatureCFLAGS = -march=i586
-+		FeatureDepend = i586
-+			DependType = Machine
-+			MustExist = Yes
-+			DependMachine = i586
-+	PlatformFeature = arch-i686
-+		Description = Adds -march=i686 for Pentium Pro specific optimizations
-+		MustExist = Preferred
-+		FeatureCFLAGS = -march=i686
-+		FeatureDepend = i686
-+			DependType = Machine
-+			MustExist = Yes
-+			DependMachine = i686
 +        PlatformFeature = libgif
 +                Description = Uncompressed GIF Library
 +                MustExist = Preffered
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/endeavour-PLD.patch?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list