[Compbench-devel] CompBenchmarks++/libcompbenchmarks/share/KB/gxx bootstrap.xml, NONE, 1.1 Makefile
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-03-20 20:59:38
|
Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/share/KB/gxx In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv30531 Modified Files: Makefile.am Added Files: bootstrap.xml Log Message: Descriptions moved in 2.95.x/ Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/share/KB/gxx/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile.am 13 Mar 2007 20:41:34 -0000 1.1 --- Makefile.am 20 Mar 2007 20:35:28 -0000 1.2 *************** *** 8,16 **** # ----------------------------------------------------------------------------- ! data_DATA = options.xml \ ! mainopt.xml \ ! arch.xml cse.xml \ ! inline.xml loops.xml ! datarootdir=@datarootdir@/compbenchmarks/@VERSION@/KB/gxx --- 8,12 ---- # ----------------------------------------------------------------------------- ! data_DATA = bootstrap.xml datarootdir=@datarootdir@/compbenchmarks/@VERSION@/KB/gxx --- NEW FILE: bootstrap.xml --- <?xml version="1.0" ?> <!-- $Id: bootstrap.xml,v 1.1 2007/03/20 20:35:28 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>gxx/2.95.x/description.xml</cel-str> </cel-function-def> </cel> |