Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
Also add ~build2 that contains everything (except config.dist.*) to be used
for build system modules.
|
|
|
|
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
|