[Compbench-devel] CompBenchmarks++/libcompbenchmarks/share/KB/g++ bootstrap.xml, NONE, 1.1 descript
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-03-20 20:59:36
|
Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/share/KB/g++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv30928 Modified Files: description.xml options.xml Added Files: bootstrap.xml Log Message: gxx descriptions moved in gxx/2.95.x/ Index: options.xml =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/share/KB/g++/options.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** options.xml 13 Mar 2007 20:54:38 -0000 1.5 --- options.xml 20 Mar 2007 20:36:44 -0000 1.6 *************** *** 12,16 **** <cel> <cel-include> ! <cel-str>gxx/options.xml</cel-str> </cel-include> --- 12,16 ---- <cel> <cel-include> ! <cel-str>gxx/2.95.x/options.xml</cel-str> </cel-include> Index: description.xml =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/share/KB/g++/description.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** description.xml 14 Mar 2007 20:24:09 -0000 1.2 --- description.xml 20 Mar 2007 20:36:44 -0000 1.3 *************** *** 2,6 **** <options> ! <include description-path="gxx"/> <option id="elide-constructors"> --- 2,6 ---- <options> ! <include description-path="gxx/2.95.x"/> <option id="elide-constructors"> --- NEW FILE: bootstrap.xml --- <?xml version="1.0" ?> <!-- $Id: bootstrap.xml,v 1.1 2007/03/20 20:36:44 xfred Exp $ This is free software. For details, see the GNU Public License in the COPYING file, or Look http://www.fsf.org --> <!-- This file is used by libcompbenchmarks to select the description file according passed compiler and compiler version --> <cel> <cel-function-def> <cel-str>kb-bootstrap-description-filename</cel-str> <cel-var-set> <cel-str>version</cel-str> <cel-stack-pop/> </cel-var-set> <cel-var-set> <cel-str>compiler-id</cel-str> <cel-stack-pop/> </cel-var-set> <cel-str>g++/description.xml</cel-str> </cel-function-def> </cel> |