Browse Source

enable STLport 4.5 with aCC on HP-UX

[SVN r11089]
Jens Maurer 24 years ago
parent
commit
1c5c6fac89
1 changed files with 7 additions and 7 deletions
  1. 7 7
      status/compiler.cfg

+ 7 - 7
status/compiler.cfg

@@ -116,13 +116,13 @@ aCC -AA -g0 +d +w +W302,392,431,469,555,655,684,818,819 -c -I%include %source
 aCC -AA -g0 +d +w +W302,392,431,469,555,655,684,818,819 -o boosttmp.exe -I%include %source
 HP<br><a href="http://www.hp.com/go/c++">aCC</a><br>A.03.31
 
-// hpux
-// aCC-stlport
-// HP ANSI C++ B3910B A.01.27, STLport 4.1 b6
-// aCC -Aa -g0 +d +w +W302,392,431,469,555,655,684,818,819 -c -I/usr/local/include/stlport -I%include %source
-// aCC -Aa -g0 +d +w +W302,392,431,469,555,655,684,818,819 -o boosttmp.exe -I/usr/local/include/stlport -I%include %source -L/usr/local/lib -lstlport_aCC -lcma
-// HP<br><a href="http://www.hp.com/go/c++">aCC</a><br>A.01.27<br>Support Libraries A.01.30<br><a href="http://www.stlport.org/">STLport</a><br>4.1 b6
-//
+hpux
+aCC-stlport
+HP ANSI C++ B3910B A.03.31, STLport 4.5
+aCC -AA -g0 +d +w +W302,392,431,469,555,655,684,818,819 -c -I$HOME/software-hpux/include/stlport -I%include %source
+aCC -AA -g0 +d +w +W302,392,431,469,555,655,684,818,819 -o boosttmp.exe -I$HOME/software-hpux/include/stlport -I%include %source -L$HOME/software-hpux/lib -lstlport_aCC -lpthread
+HP<br><a href="http://www.hp.com/go/c++">aCC</a><br>A.03.31<br><a href="http://www.stlport.org/">STLport</a><br>4.5
+
 solaris
 suncc
 Sun WorkShop 6 update 1 C++ 5.2 2000/09/11

粤ICP备19079148号