Pārlūkot izejas kodu

added KCC 4.0e

[SVN r10492]
Jens Maurer 25 gadi atpakaļ
vecāks
revīzija
9b266ce758
1 mainītis faili ar 14 papildinājumiem un 0 dzēšanām
  1. 14 0
      status/compiler.cfg

+ 14 - 0
status/compiler.cfg

@@ -65,6 +65,20 @@ 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
 <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.0
 
+linux
+kcc
+KCC 4.0e
+KCC -D_ISOC99_SOURCE -c -I%include %source
+KCC -D_ISOC99_SOURCE -o boosttmp.exe -I%include %source -lm
+<a 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
+<a http://www.kai.com/C_plus_plus/index.html>KAI<br>KCC</a><br>4.0e<br>(strict mode)
+
 hpux
 gcc
 GCC 2.95.2

粤ICP备19079148号