Update of /cvsroot/compbench/CompBenchmarks++/CBM-PI/t/reference
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv28649
Added Files:
compiler-fake-g++-4.1.1-13 compiler-fake-gcc-4.1.1-13
compiler-fake-tcc-0.9.23 Makefile.am
Log Message:
First import.
--- NEW FILE: compiler-fake-tcc-0.9.23 ---
#!/bin/sh
echo "tcc version 0.9.23"
--- NEW FILE: Makefile.am ---
data_DATA = CBMSystem-copy.data compiler-fake-g++-4.1.1-13 compiler-fake-gcc-4.1.1-13 compiler-fake-tcc-0.9.23
--- NEW FILE: compiler-fake-gcc-4.1.1-13 ---
#!/bin/sh
cat <<EOF
gcc (GCC) 4.1.2 20060901 (prerelease) (Debian 4.1.1-13)
Copyright (C) 2006 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-g++-4.1.1-13 ---
#!/bin/sh
cat <<EOF
g++ (GCC) 4.1.2 20060901 (prerelease) (Debian 4.1.1-13)
Copyright (C) 2006 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
|