]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/build/options/WITH_SYSTEM_COMPILER
MFhead@r344786
[FreeBSD/FreeBSD.git] / tools / build / options / WITH_SYSTEM_COMPILER
1 .\" $FreeBSD$
2 Set to opportunistically skip building a cross-compiler during the
3 bootstrap phase of the build.
4 If the currently installed compiler matches the planned bootstrap compiler
5 type and revision, then it will not be built.
6 This does not prevent a compiler from being built for installation though,
7 only for building one for the build itself.
8 The
9 .Va WITHOUT_CLANG
10 and
11 .Va WITHOUT_GCC
12 options control those.