[Compbench-devel] CompBenchmarks++/libcompbenchmarks/share/KB/gcc bootstrap.xml, NONE, 1.1 descript
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-03-20 20:59:35
|
Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/share/KB/gcc In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv30643 Added Files: bootstrap.xml description.xml Log Message: First import. --- NEW FILE: description.xml --- <?xml version="1.0" ?> <!-- $Id: description.xml,v 1.1 2007/03/20 20:36:05 xfred Exp $ This is free software. For details, see the GNU Public License in the COPYING file, or Look http://www.fsf.org --> <options> <include description-path="gxx/2.95.x"/> </options> --- NEW FILE: bootstrap.xml --- <?xml version="1.0" ?> <!-- $Id: bootstrap.xml,v 1.1 2007/03/20 20:36:05 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>gcc/description.xml</cel-str> </cel-function-def> </cel> |