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

updated compiler configuration for HP aCC

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

+ 13 - 6
status/compiler.cfg

@@ -61,16 +61,23 @@ como-4.2.45-stlport --strict_warnings -D__STRICT_ANSI__ -o boosttmp.exe -I%inclu
 hpux
 gcc
 GCC 2.95.2
-g++ -c -ftemplate-depth-30 -I%include %source
-g++ -o boosttmp.exe -ftemplate-depth-30 -I%include %source -ldce
+g++ -c -Wall -W -ftemplate-depth-30 -I%include %source
+g++ -o boosttmp.exe -Wall -W -ftemplate-depth-30 -I%include %source -ldce
 GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>2.95.2
 
 hpux
 aCC
-HP ANSI C++ B3910B A.01.18
-aCC -c -I%include %source
-aCC -o boosttmp.exe -I%include %source
-HP<br>aCC<br>A.01.18
+HP ANSI C++ B3910B A.01.30
+aCC -AA -g0 +d +w +W655,684,392,469,818,555,302 -c -I%include %source
+aCC -AA -g0 +d +w +W655,684,392,469,818,555,302 -o boosttmp.exe -I%include %source
+HP<br>aCC<br>A.01.30<br>Libs patched to 1.30
+
+hpux
+aCC-stlport
+HP ANSI C++ B3910B A.01.30 STLport 4.1 b6
+aCC -Aa -g0 +d +w +W655,684,392,469,818,555,302 -c -I/usr/local/include/stlport -I%include %source
+aCC -Aa -g0 +d +w +W655,684,392,469,818,555,302 -o boosttmp.exe -I/usr/local/include/stlport -I%include %source -L/usr/local/lib -lstlport_aCC -lcma
+HP<br>aCC<br>A.01.30<br>Libs patched to 1.30<br><a href="http://www.stlport.org/">STLport</a><br>4.0
 
 solaris
 suncc

粤ICP备19079148号