xref: /freebsd/tools/build/options/WITHOUT_SYSTEM_LINKER (revision d9a9f23d0b3f1676d5656b76301341c0037d15b7)
1Do not opportunistically skip building a cross-linker during the
2bootstrap phase of the build.
3Normally, if the currently installed linker matches the planned bootstrap
4linker type and revision, then it will not be built.
5This does not prevent a linker from being built for installation though,
6only for building one for the build itself.
7The
8.Va WITHOUT_LLD
9option controls that.
10.Pp
11This option is only relevant when
12.Va WITH_LLD_BOOTSTRAP
13is set.
14