Jens Maurer 25 лет назад
Родитель
Сommit
09400de3d7
1 измененных файлов с 13 добавлено и 6 удалено
  1. 13 6
      status/compiler.cfg

+ 13 - 6
status/compiler.cfg

@@ -17,19 +17,26 @@ xlC -o boosttmp.exe -I%include %source
 Visual Age<br> v5.0
 
 linux
-gcc
+gcc-295
 GCC 2.95.3
-g++ -c -Wall -W -ftemplate-depth-30 -I%include %source
-g++ -o boosttmp.exe -Wall -W -ftemplate-depth-30 -I%include %source
+g++-2.95.3 -c -V 2.95.3 -Wall -W -ftemplate-depth-30 -I%include %source
+g++-2.95.3 -o boosttmp.exe -V 2.95.3 -Wall -W -ftemplate-depth-30 -I%include %source
 GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>2.95.3
 
 linux
-gcc-stlport
+gcc-295-stlport
 GCC 2.95.3 STLport 4.0
-g++ -c -V 2.95.3-stlport -Wall -W -ftemplate-depth-30 -I%include %source
-g++ -o boosttmp.exe -V 2.95.3-stlport -Wall -W -ftemplate-depth-30 -I%include %source
+g++-2.95.3 -c -V 2.95.3-stlport -Wall -W -ftemplate-depth-30 -I%include %source
+g++-2.95.3 -o boosttmp.exe -V 2.95.3-stlport -Wall -W -ftemplate-depth-30 -I%include %source
 GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>2.95.3<br><a href="http://www.stlport.org/">STLport</a><br>4.0
 
+linux
+gcc
+GCC 3.0
+g++ -c -Wall -W -I%include %source
+g++ -o boosttmp.exe -Wall -W -I%include %source
+GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>3.0
+
 linux
 como
 Comeau C++ 4.2.45 beta2 libcomo beta10

粤ICP备19079148号