]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/build/options/WITHOUT_SYSTEM_LINKER
ident(1): Normalizing date format
[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 option controls that.
11 .Pp
12 This option is only relevant when
13 .Va WITH_LLD_BOOTSTRAP
14 is set.