mirror of
https://github.com/boostorg/boost.git
synced 2025-04-09 06:50:31 +00:00
test SunCC with STLport 4.5
[SVN r11091]
This commit is contained in:
parent
55e4921e43
commit
7b0ee99b57
1 changed files with 7 additions and 0 deletions
|
@ -137,6 +137,13 @@ CC -c -xarch=v9 -I%include %source
|
|||
rm -rf SunWS_cache boosttmp.exe && CC -o boosttmp.exe -xarch=v9 -I%include %source
|
||||
Sun<br><a href="http://www.sun.com/forte/cplusplus/index.html">WorkShop</a> 6.u1<br>C++ 5.2<br>64 bit
|
||||
|
||||
solaris
|
||||
suncc-stlport
|
||||
Sun WorkShop 6 update 1 C++ 5.2 2000/09/11 with STLport 4.5
|
||||
CC -c -I%include -I$HOME/software-solaris/include/stlport-4.5 %source
|
||||
rm -rf SunWS_cache && CC -o boosttmp.exe -I%include -I$HOME/software-solaris/include/stlport-4.5 %source $HOME/software-solaris/lib/libstlport_sunpro.so.4.5 -R$HOME/software-solaris/lib
|
||||
Sun<br><a href="http://www.sun.com/forte/cplusplus/index.html">WorkShop</a> 6.u1<br>C++ 5.2<br><a href="http://www.stlport.org/">STLport</a><br>4.5
|
||||
|
||||
solaris
|
||||
kcc
|
||||
KCC 4.0a
|
||||
|
|
Loading…
Add table
Reference in a new issue