diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-30 11:27:54 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-30 11:27:54 +0200 |
commit | a222b03d3942d380e24042cc8c14f6215cd45749 (patch) | |
tree | 5601a13c55e3f863007726a9f616af160afc5e2a /doc | |
parent | 73dfb006998bfca6410411c698ac52595264bb9c (diff) |
Add support for having multiple toolchains on single OS instance
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.cli | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/manual.cli b/doc/manual.cli index b7aca34..b168675 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -303,6 +303,11 @@ bootstrap process (both on the build host and inside build machines) uses the default toolchain repository location embedded into the build scripts in the \c{build2-toolchain} package. +It is also possible to use multiple toolchains on a single Build OS instance. +In this case a toolchain name can be appended after \c{buildos.toolchain_*}, +for example, \c{buildos.toolchain_url.stage} (values without the toolchain +name use the toolchain name \c{default}). + Each line in the checksums file is the output of the \c{shaNNNsum(1)} utility, that is, the SHANNN sum following by space, an asterisk (\c{*}) which signals the binary mode), and the relative file path. Blank lines and lines that start |