]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/build/options/WITH_SYSTEM_LINKER
MFV r362990:
[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 option controls that.
11 .Pp
12 This option is only relevant when
13 .Va WITH_LLD_BOOTSTRAP
14 is set.