]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/build/options/WITHOUT_SYSTEM_COMPILER
MFhead@r344786
[FreeBSD/FreeBSD.git] / tools / build / options / WITHOUT_SYSTEM_COMPILER
1 .\" $FreeBSD$
2 Set to not opportunistically skip building a cross-compiler during the
3 bootstrap phase of the build.
4 Normally, if the currently installed compiler matches the planned bootstrap
5 compiler 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.