Browse Source

Boost.Thread + *_lib: Use gcc-*-sunos toolset name, which is now
supported


[SVN r28839]

Caleb Epstein 21 years ago
parent
commit
631386a526
1 changed files with 2 additions and 2 deletions
  1. 2 2
      status/explicit-failures-markup.xml

+ 2 - 2
status/explicit-failures-markup.xml

@@ -2158,10 +2158,10 @@ for more information.
 
         <mark-expected-failures>
             <test name="*_lib"/>
-            <toolset name="gcc-3_4_3-sunos"/>
+            <toolset name="gcc-*-sunos"/>
             <note author="Caleb Epstein">
 		SunOS does not provide static versions of -lrt or
-		-lthread, and gcc -static refuses to link with any
+		-lpthread, and gcc -static refuses to link with any
 		shared objects, so these tests don't compile.
             </note>
         </mark-expected-failures>

粤ICP备19079148号