[Lunar-commits] r14640 - lunar-iso/trunk/template/etc/lunar/local
Auke Kok
sofar at lunar-linux.org
Sat May 7 16:04:44 UTC 2005
Author: sofar
Date: 2005-05-07 16:04:38 +0000 (Sat, 07 May 2005)
New Revision: 14640
Modified:
lunar-iso/trunk/template/etc/lunar/local/config
lunar-iso/trunk/template/etc/lunar/local/optimizations
Log:
Adjusting optimizations due to theedge code change.
Modified: lunar-iso/trunk/template/etc/lunar/local/config
===================================================================
--- lunar-iso/trunk/template/etc/lunar/local/config 2005-05-07 15:13:55 UTC (rev 14639)
+++ lunar-iso/trunk/template/etc/lunar/local/config 2005-05-07 16:04:38 UTC (rev 14640)
@@ -25,3 +25,4 @@
COLOR=on
CVS_THRESHOLD=120
PROBE_EXPIRED=on
+SAFE_OPTIMIZATIONS=on
Modified: lunar-iso/trunk/template/etc/lunar/local/optimizations
===================================================================
--- lunar-iso/trunk/template/etc/lunar/local/optimizations 2005-05-07 15:13:55 UTC (rev 14639)
+++ lunar-iso/trunk/template/etc/lunar/local/optimizations 2005-05-07 16:04:38 UTC (rev 14640)
@@ -1,15 +1,12 @@
PLATFORM=x86
BUILD=i686-pc-linux-gnu
-MAKES=
-COPT=-pipe
-CCOPT=-pipe
-BOPT=Fastest
CPU=I686
-SPD=()
-STACK=
-XTRA=()
+BOPT=Faster
+XTRA=( )
+SPD=( )
FPM=None
-CC_WARN=()
-CCC_WARN=()
-LDF=(Strip Optimize)
-ADDON=()
+CC_OPTS=( ccpipe cxxpipe )
+LDF=( Strip )
+ADDON=( CCache )
+MAKES=2
+STACK=
More information about the Lunar-commits
mailing list