CVS: lunar/var/lib/lunar/menu optimize.menu,1.9,1.10
csm at lunar-linux.org
csm at lunar-linux.org
Sun Aug 10 01:16:24 GMT 2003
- Previous message: CVS: lunar/var/lib/lunar subroutines,1.13,NONE
- Next message: CVS: lunar/usr/share/man/man8 lget.8, 1.1.1.1, 1.2 lin.8, 1.2,
1.3 lrm.8, 1.1.1.1, 1.2 lunar.8, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/lunar/lunar/var/lib/lunar/menu
In directory dbguin.lunar-linux.org:/tmp/cvs-serv1871/var/lib/lunar/menu
Modified Files:
optimize.menu
Log Message:
merging theedge into lunar and removing subroutines
Index: optimize.menu
===================================================================
RCS file: /var/cvs/lunar/lunar/var/lib/lunar/menu/optimize.menu,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- optimize.menu 26 Mar 2003 23:20:54 -0000 1.9
+++ optimize.menu 10 Aug 2003 01:16:22 -0000 1.10
@@ -169,6 +169,7 @@
Align_HELP="Align functions, loops, and jumps"
Expensive_HELP="Perform expensive optimizations"
Doubles_HELP="Align double, long double, and long long on two word boundries"
+ Tracer_HELP="Perform tail duplication to enlarge superblock size."
;;
# Help for extra options
@@ -210,12 +211,6 @@
unset CPUINFO EXT FLAGS
;;
# Warn help
- cc_warn_help)
- MENU="Enable/Disable C compiler warnings"
-Deprecated_HELP="Disable warnings of deprecated..."
-
- ;;
-
ccc_warn_help)
MENU="Enable/Disable C++ compiler warnings"
Deprecated_HELP="Disable warnings of deprecated..."
@@ -357,8 +352,8 @@
"Address" "-fforce-addr" $( echo ${SPD[@]} | grep -q "Address" && echo "on" || echo "off" ) "$Address_HELP"
"Align" "-ffalign-functions" $( echo ${SPD[@]} | grep -q "Align" && echo "on" || echo "off" ) "$Align_HELP"
"Expensive" "-fexpensive-optimizations" $( echo ${SPD[@]} | grep -q "Expensive" && echo "on" || echo "off" ) "$Expensive_HELP"
- "Doubles" "-malign-double" $( echo ${SPD[@]} | grep -q "Doubles" && echo "on" || echo "off" ) "$Doubles_HELP" )
-
+ "Doubles" "-malign-double" $( echo ${SPD[@]} | grep -q "Doubles" && echo "on" || echo "off" ) "$Doubles_HELP"
+ "Tracer" "-ftracer" $( echo ${SPD[@]} | grep -q "Tracer" && echo "on" || echo "off" ) "$Tracer_HELP" )
}
xtra_options() {
@@ -375,10 +370,6 @@
"SSE" "" $([ "$FPM" == "SSE" ] && echo "on" || echo "off" ) "$SSE_HELP"
"Both" "" $([ "$FPM" == "Both" ] && echo "on" || echo "off" ) "$Both_HELP"
"Altivec" "" $([ "$FPM" == "Altivec" ] && echo "on" || echo "off" ) "$Altivec_HELP" )
-}
-
-cc_warn() {
- OPTIONS=( "Deprecated" "-Wno-deprecated" $( echo ${CC_WARN[@]} | grep -q "Deprecated" && echo "on" || echo "off" ) "$Deprecated_HELP" )
}
ccc_warn() {
- Previous message: CVS: lunar/var/lib/lunar subroutines,1.13,NONE
- Next message: CVS: lunar/usr/share/man/man8 lget.8, 1.1.1.1, 1.2 lin.8, 1.2,
1.3 lrm.8, 1.1.1.1, 1.2 lunar.8, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Lunar-commits
mailing list