Browse Source

revert to gcc 3.0.1 on Linux, because 3.0.2 has a bug that breaks pool_alloc

[SVN r11492]
Jens Maurer 24 years ago
parent
commit
3973e57af7
1 changed files with 4 additions and 4 deletions
  1. 4 4
      status/compiler.cfg

+ 4 - 4
status/compiler.cfg

@@ -26,15 +26,15 @@ 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 -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 -lrt
+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
 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++ -c -Wall -W -I%include %source
-g++ -o boosttmp.exe -Wall -W -I%include %source -lrt
+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
 
 linux

粤ICP备19079148号