Просмотр исходного кода

upgrade Linux to gcc 3.0.3

[SVN r12201]
Jens Maurer 24 лет назад
Родитель
Сommit
57b6f1ae1c
1 измененных файлов с 8 добавлено и 8 удалено
  1. 8 8
      status/compiler.cfg

+ 8 - 8
status/compiler.cfg

@@ -19,23 +19,23 @@ Visual Age<br> v5.0
 linux
 gcc-295
 GCC 2.95.3
-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 -lrt
+g++-2.95 -c -V 2.95.3 -Wall -W -ftemplate-depth-30 -I%include %source
+g++-2.95 -o boosttmp.exe -V 2.95.3 -Wall -W -ftemplate-depth-30 -I%include %source -lrt
 GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>2.95.3
 
 linux
 gcc-295-stlport
 GCC 2.95.3 STLport 4.5
-g++-2.95.3 -V 2.95.3-stlport -c -Wall -W -ftemplate-depth-30 -I%include %source
-g++-2.95.3 -V 2.95.3-stlport -o boosttmp.exe -Wall -W -ftemplate-depth-30 -I%include %source -lrt
+g++-2.95 -V 2.95.3-stlport -c -Wall -W -ftemplate-depth-30 -I%include %source
+g++-2.95 -V 2.95.3-stlport -o boosttmp.exe -Wall -W -ftemplate-depth-30 -I%include %source -lrt
 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.5
 
 linux
 gcc
-GCC 3.0.1
-g++ -V 3.0.1 -c -Wall -W -I%include %source
-g++ -V 3.0.1 -o boosttmp.exe -Wall -W -I%include %source -lrt
-GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>3.0.1
+GCC 3.0.3
+g++ -V 3.0.3 -c -Wall -W -I%include %source
+g++ -V 3.0.3 -o boosttmp.exe -Wall -W -I%include %source -lrt
+GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>3.0.3
 
 linux
 como

粤ICP备19079148号