Update of /cvsroot/compbench/CompBenchmarks++/CBM-PI/t/reference
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv13000
Added Files:
compiler-fake-g++-3.1.1 compiler-fake-gcc-3.1.1
Log Message:
First import.
--- NEW FILE: compiler-fake-g++-3.1.1 ---
#!/bin/sh
cat <<EOF
g++ (GCC) 3.1.1
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
EOF
--- NEW FILE: compiler-fake-gcc-3.1.1 ---
#!/bin/sh
cat <<EOF
gcc (GCC) 3.1.1
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
EOF
|