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

remove instantiation files on Linux to avoid compiler confusion

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

+ 6 - 6
status/compiler.cfg

@@ -41,42 +41,42 @@ linux
 como
 Comeau C++ 4.2.45 beta2 libcomo beta10
 como-4.2.45-libcomo -c -I%include %source
-como-4.2.45-libcomo -tnone -o boosttmp.exe -I%include %source -lm
+rm -f *.ii *.ti; como-4.2.45-libcomo -tnone -o boosttmp.exe -I%include %source -lm
 <a href="http://www.comeaucomputing.com/">Comeau C++</a><br>4.2.45 beta2<br>libcomo<br>beta10
 
 linux
 como-strict
 Comeau C++ 4.2.45 beta2 (strict mode) libcomo beta10
 como-4.2.45-libcomo --strict_warnings -D__STRICT_ANSI__ -c -I%include %source
-como-4.2.45-libcomo -tnone --strict_warnings -D__STRICT_ANSI__ -o boosttmp.exe -I%include %source -lm
+rm -f *.ii *.ti; como-4.2.45-libcomo -tnone --strict_warnings -D__STRICT_ANSI__ -o boosttmp.exe -I%include %source -lm
 <a href="http://www.comeaucomputing.com/">Comeau C++</a><br>4.2.45 beta2<br>(strict mode)<br>libcomo<br>beta10
 
 linux
 como-stlport
 Comeau C++ 4.2.45 beta2 STLport 4.5
 como-4.2.45-stlport -c -I%include %source
-como-4.2.45-stlport -o boosttmp.exe -I%include %source
+rm -f *.ii *.ti; como-4.2.45-stlport -o boosttmp.exe -I%include %source
 <a href="http://www.comeaucomputing.com/">Comeau C++</a><br>4.2.45 beta2<br><a href="http://www.stlport.org/">STLport</a><br>4.5
 
 linux
 como-strict-stlport
 Comeau C++ 4.2.45 beta2 (strict mode) STLport 4.5
 como-4.2.45-stlport --strict_warnings -D__STRICT_ANSI__ -c -I%include %source
-como-4.2.45-stlport --strict_warnings -D__STRICT_ANSI__ -o boosttmp.exe -I%include %source
+rm -f *.ii *.ti; como-4.2.45-stlport --strict_warnings -D__STRICT_ANSI__ -o boosttmp.exe -I%include %source
 <a href="http://www.comeaucomputing.com/">Comeau C++</a><br>4.2.45 beta2<br>(strict mode)<br><a href="http://www.stlport.org/">STLport</a><br>4.5
 
 linux
 kcc
 KCC 4.0e
 KCC -D_ISOC99_SOURCE -c -I%include %source
-KCC -D_ISOC99_SOURCE -o boosttmp.exe -I%include %source -lm
+rm -rf ti_files; KCC -D_ISOC99_SOURCE -o boosttmp.exe -I%include %source -lm
 <a href="http://www.kai.com/C_plus_plus/index.html">KAI<br>KCC</a><br>4.0e
 
 linux
 kcc-strict
 KCC 4.0e (strict mode)
 KCC --linux_strict -D_ISOC99_SOURCE -c -I%include %source
-KCC --linux_strict -D_ISOC99_SOURCE -o boosttmp.exe -I%include %source -lm
+rm -rf ti_files; KCC --linux_strict -D_ISOC99_SOURCE -o boosttmp.exe -I%include %source -lm
 <a href="http://www.kai.com/C_plus_plus/index.html">KAI<br>KCC</a><br>4.0e<br>(strict mode)
 
 hpux

粤ICP备19079148号