Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/share/KB/common
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv26771
Modified Files:
common.xml
Log Message:
Global variable to handle (unique) architecture specifier.
Index: common.xml
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/share/KB/common/common.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** common.xml 13 Mar 2007 17:41:40 -0000 1.1
--- common.xml 13 Mar 2007 20:25:42 -0000 1.2
***************
*** 15,18 ****
--- 15,23 ----
</cel-var-set>
+ <cel-var-set>
+ <cel-str>kb-option-cpu</cel-str>
+ <cel-str>0</cel-str>
+ </cel-var-set>
+
<!-- Set to 1 if an option is inhibiting binary size optimizations -->
***************
*** 37,40 ****
--- 42,50 ----
</cel-var-set>
+ <cel-var-set>
+ <cel-str>kb-option-cpu</cel-str>
+ <cel-str>0</cel-str>
+ </cel-var-set>
+
<cel-array-undef>
<cel-str>kb-options</cel-str>
|