mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 14:05:01 +00:00
added 64bit mode for Solaris
[SVN r8697]
This commit is contained in:
parent
11c0ad573b
commit
e104bbc3b9
1 changed files with 7 additions and 0 deletions
|
@ -43,6 +43,13 @@ CC -c -I%include %source
|
|||
CC -o boosttmp.exe -I%include %source
|
||||
Sun<br>WorkShop 6.u1<br>C++ 5.2
|
||||
|
||||
solaris
|
||||
suncc64
|
||||
Sun WorkShop 6 update 1 C++ 5.2 2000/09/11 64 bit
|
||||
CC -c -xarch=v9 -instances=static -I%include %source
|
||||
mkdir -p 64bit && cd 64bit && CC -o boosttmp.exe -xarch=v9 -instances=static -I../%include ../%source
|
||||
Sun<br>WorkShop 6.u1<br>C++ 5.2<br>64 bit
|
||||
|
||||
solaris
|
||||
kcc
|
||||
KCC 3.4g
|
||||
|
|
Loading…
Add table
Reference in a new issue