[Compbench-web-devel] compbenchmarks-web/cgi-bin doc.cgi, 1.23, 1.24 index.cgi, 1.21, 1.22
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-09-25 15:45:59
|
Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv10891 Modified Files: doc.cgi index.cgi Log Message: Cygwin support notified. Index: index.cgi =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/index.cgi,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** index.cgi 24 Sep 2006 16:31:05 -0000 1.21 --- index.cgi 25 Sep 2006 15:45:56 -0000 1.22 *************** *** 21,25 **** </ul> <p> ! For now, I've concentrated my efforts on benchmarking of GCC and espacially on its embedded C and C++ compilers on the Linux/x86 platform, yet support for others languages, compilers or platforms can be added.</p> <p>Of course, interrested people are encouraged to :</p> <ul> --- 21,25 ---- </ul> <p> ! For now, I've concentrated my efforts on benchmarking of GCC and espacially on its embedded C and C++ compilers on the Linux/x86 platform, yet support for others languages, compilers or platforms can be added (Cygwin is supported).</p> <p>Of course, interrested people are encouraged to :</p> <ul> Index: doc.cgi =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/doc.cgi,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** doc.cgi 24 Sep 2006 18:18:40 -0000 1.23 --- doc.cgi 25 Sep 2006 15:45:56 -0000 1.24 *************** *** 132,136 **** <li>Internet connection (to download packages)</li> </ul> ! <p>For now, CompilerBenchmarks' suite just supports tcc, gcc and g++ compilers on Linux and has only been tested on i686 and compatible systems. Any help improving that is welcome. </p> <h2>Download</h2> --- 132,136 ---- <li>Internet connection (to download packages)</li> </ul> ! <p>For now, CompilerBenchmarks' suite just supports tcc, gcc and g++ compilers on Linux and Cygwin. Any help improving that is welcome. It has only been tested on i686 and compatible systems. </p> <h2>Download</h2> |