]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/build/options/WITHOUT_SYSTEM_LINKER
MFV r337175: 9487 Free objects when receiving full stream as clone
[FreeBSD/FreeBSD.git] / tools / build / options / WITHOUT_SYSTEM_LINKER
1 .\" $FreeBSD$
2 Set to not opportunistically skip building a cross-linker during the
3 bootstrap phase of the build.
4 Normally, if the currently installed linker matches the planned bootstrap
5 linker type and revision, then it will not be built.
6 This does not prevent a linker from being built for installation though,
7 only for building one for the build itself.
8 The
9 .Va WITHOUT_LLD
10 and
11 .Va WITHOUT_BINUTILS
12 options control those.
13 .Pp
14 This option is only relevant when
15 .Va WITH_LLD_BOOTSTRAP
16 is set.