]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/src/tools/features/toolset-feature.jam
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / tools / build / src / tools / features / toolset-feature.jam
1 # Copyright 2017 Rene Rivera
2 # Distributed under the Boost Software License, Version 1.0.
3 # (See accompanying file LICENSE_1_0.txt or copy at
4 # http://www.boost.org/LICENSE_1_0.txt)
5
6 import feature ;
7
8 #| tag::doc[]
9
10 [[bbv2.builtin.features.toolset]]`toolset`::
11 *Allowed values:* any of the toolset modules.
12 +
13 Selects the toolset that will be used to build binary targets. The full list of
14 toolset modules is in the <<Builtin tools>> section.
15
16 |# # end::doc[]
17
18 feature.feature toolset
19 :
20 : implicit propagated symmetric ;