Skip to content

Commit

Permalink
Clarify use of 'using' in Jamfiles vs configuration files (bfgroup#436)
Browse files Browse the repository at this point in the history
Clarify use of 'using' in Jamfiles vs configuration files
  • Loading branch information
mloskot authored and grafikrobot committed May 21, 2019
1 parent 6d46b3b commit abe65d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/src/overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,12 @@ using gcc ;

will make the http://gcc.gnu.org[GCC] compiler available.

TIP: You can put `using <tool> ;` with no other argument in a Jamfile
that needs the `tool`, provided that the `tool` supports this usage.
In all other cases, the `using` rule should be in a configuration file.
The general principle is that descriptions in Jamfile should be
maintained as portable while configuration files are system specific.

All the supported tools are documented in
link:#bbv2.reference.tools[the section called “Builtin tools”], including the
specific options they take. Some general notes that apply to most {CPP}
Expand Down

0 comments on commit abe65d7

Please sign in to comment.