mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 05:55:01 +00:00
simplified poly_collection toolset specification (#169)
This commit is contained in:
parent
0fb7602dec
commit
e9f744aea0
1 changed files with 21 additions and 30 deletions
|
@ -3430,36 +3430,27 @@ for more information.
|
|||
<!-- poly_collection -->
|
||||
<library name="poly_collection">
|
||||
<mark-unusable>
|
||||
<toolset name="clang-gnu-linux-3.0*"/>
|
||||
<toolset name="clang-gnu-linux-3.1*"/>
|
||||
<toolset name="clang-gnu-linux-3.2*"/>
|
||||
<toolset name="gcc-gnu-3.*"/>
|
||||
<toolset name="gcc-gnu-4.0*"/>
|
||||
<toolset name="gcc-gnu-4.1*"/>
|
||||
<toolset name="gcc-gnu-4.2*"/>
|
||||
<toolset name="gcc-gnu-4.3*"/>
|
||||
<toolset name="gcc-gnu-4.4*"/>
|
||||
<toolset name="gcc-gnu-4.5*"/>
|
||||
<toolset name="gcc-gnu-4.6*"/>
|
||||
<toolset name="gcc-gnu-4.7*"/>
|
||||
<toolset name="gcc-mngw-gnu-3.*"/>
|
||||
<toolset name="gcc-mngw-gnu-4.0*"/>
|
||||
<toolset name="gcc-mngw-gnu-4.1*"/>
|
||||
<toolset name="gcc-mngw-gnu-4.2*"/>
|
||||
<toolset name="gcc-mngw-gnu-4.3*"/>
|
||||
<toolset name="gcc-mngw-gnu-4.4*"/>
|
||||
<toolset name="gcc-mngw-gnu-4.5*"/>
|
||||
<toolset name="gcc-mngw-gnu-4.6*"/>
|
||||
<toolset name="gcc-mngw-gnu-4.7*"/>
|
||||
<toolset name="qcc-3.*"/>
|
||||
<toolset name="qcc-4.0*"/>
|
||||
<toolset name="qcc-4.1*"/>
|
||||
<toolset name="qcc-4.2*"/>
|
||||
<toolset name="qcc-4.3*"/>
|
||||
<toolset name="qcc-4.4*"/>
|
||||
<toolset name="qcc-4.5*"/>
|
||||
<toolset name="qcc-4.6*"/>
|
||||
<toolset name="qcc-4.7*"/>
|
||||
<toolset name="clang*-3.0*"/>
|
||||
<toolset name="clang*-3.1*"/>
|
||||
<toolset name="clang*-3.2*"/>
|
||||
<toolset name="gcc*-3.*"/>
|
||||
<toolset name="gcc*-4.0*"/>
|
||||
<toolset name="gcc*-4.1*"/>
|
||||
<toolset name="gcc*-4.2*"/>
|
||||
<toolset name="gcc*-4.3*"/>
|
||||
<toolset name="gcc*-4.4*"/>
|
||||
<toolset name="gcc*-4.5*"/>
|
||||
<toolset name="gcc*-4.6*"/>
|
||||
<toolset name="gcc*-4.7*"/>
|
||||
<toolset name="qcc*-3.*"/>
|
||||
<toolset name="qcc*-4.0*"/>
|
||||
<toolset name="qcc*-4.1*"/>
|
||||
<toolset name="qcc*-4.2*"/>
|
||||
<toolset name="qcc*-4.3*"/>
|
||||
<toolset name="qcc*-4.4*"/>
|
||||
<toolset name="qcc*-4.5*"/>
|
||||
<toolset name="qcc*-4.6*"/>
|
||||
<toolset name="qcc*-4.7*"/>
|
||||
<toolset name="msvc-7.1"/>
|
||||
<toolset name="msvc-8.0"/>
|
||||
<toolset name="msvc-9.0"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue