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