summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/build/src/tools/features/toolset-feature.jam
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/tools/build/src/tools/features/toolset-feature.jam')
-rw-r--r--src/boost/tools/build/src/tools/features/toolset-feature.jam20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/boost/tools/build/src/tools/features/toolset-feature.jam b/src/boost/tools/build/src/tools/features/toolset-feature.jam
new file mode 100644
index 000000000..fbd0baba8
--- /dev/null
+++ b/src/boost/tools/build/src/tools/features/toolset-feature.jam
@@ -0,0 +1,20 @@
+# Copyright 2017 Rene Rivera
+# Distributed under the Boost Software License, Version 1.0.
+# (See accompanying file LICENSE_1_0.txt or copy at
+# http://www.boost.org/LICENSE_1_0.txt)
+
+import feature ;
+
+#| tag::doc[]
+
+[[bbv2.builtin.features.toolset]]`toolset`::
+*Allowed values:* any of the toolset modules.
++
+Selects the toolset that will be used to build binary targets. The full list of
+toolset modules is in the <<Builtin tools>> section.
+
+|# # end::doc[]
+
+feature.feature toolset
+ :
+ : implicit propagated symmetric ;