xref: /freebsd/tools/build/options/WITHOUT_SYSTEM_COMPILER (revision 6296500a85c8474e3ff3fe2f8e4a9d56dd0acd64)
1Do not opportunistically skip building a cross-compiler during the
2bootstrap phase of the build.
3Normally, if the currently installed compiler matches the planned bootstrap
4compiler type and revision, then it will not be built.
5This does not prevent a compiler from being built for installation though,
6only for building one for the build itself.
7The
8.Va WITHOUT_CLANG
9option controls that.
10