Browse Source

fix Solaris think-o

[SVN r9797]
Jens Maurer 25 years ago
parent
commit
37feb47d21
1 changed files with 1 additions and 1 deletions
  1. 1 1
      status/compiler.cfg

+ 1 - 1
status/compiler.cfg

@@ -83,7 +83,7 @@ solaris
 suncc64
 Sun WorkShop 6 update 1 C++ 5.2 2000/09/11 64 bit
 CC -c -xarch=v9 -I%include %source
-mkdir -p 64bit && cd 64bit && CC -o boosttmp.exe -xarch=v9 -I../%include ../%source
+mkdir -p 64bit && cd 64bit && 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

粤ICP备19079148号