aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/config/host-config.cxx.in
AgeCommit message (Collapse)AuthorFilesLines
2024-04-01Add ~host-no-warnings and ~build2-no-warnings special configurationsBoris Kolpackov1-0/+3
These are parallel to ~host and ~build2 but with suppressed C/C++ compiler warnings. Note also that the C++ ad hoc recipes are now by default built in ~build2-no-warnings instead of ~build2 unless the project is configured for development with config.<project>.develop=true.
2020-04-02Fix ~host config to only contain cc and bin modules configurationBoris Kolpackov1-0/+1
Also add ~build2 that contains everything (except config.dist.*) to be used for build system modules.
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-11-04Add support for ~host special configuration name in config.importBoris Kolpackov1-0/+13
This is the "default host configuration" that corresponds to how the build system itself was built. For example: $ b create: tools/,cc config.import=~host