xref: /freebsd-13-stable/tools/build/options/WITH_SYSTEM_COMPILER (revision 24115b70d6d614ed7ac5cfc4f51fa9d6cfe8b1b2)
1Opportunistically skip building a cross-compiler during the
2bootstrap phase of the build.
3If the currently installed compiler matches the planned bootstrap compiler
4type 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