소스 검색

fixed paths for Solaris 64bit compiler configuration

[SVN r10097]
Jens Maurer 25 년 전
부모
커밋
43c6aa9492
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      status/compiler.cfg

+ 1 - 1
status/compiler.cfg

@@ -106,7 +106,7 @@ solaris
 suncc64
 suncc64
 Sun WorkShop 6 update 1 C++ 5.2 2000/09/11 64 bit
 Sun WorkShop 6 update 1 C++ 5.2 2000/09/11 64 bit
 CC -c -xarch=v9 -I%include %source
 CC -c -xarch=v9 -I%include %source
-rm -rf SunWS_cache && CC -o ../boosttmp.exe -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
 Sun<br><a href="http://www.sun.com/forte/cplusplus/index.html">WorkShop</a> 6.u1<br>C++ 5.2<br>64 bit
 
 
 solaris
 solaris

粤ICP备19079148号