xref: /freebsd/tools/build/options/WITH_SYSTEM_LINKER (revision b2c76c41be32f904179efed29c0ca04d53f3996c)
1*9d178c92SEd MasteOpportunistically skip building a cross-linker during the
2a7d84af8SBryan Drewerybootstrap phase of the build.
3a7d84af8SBryan DreweryIf the currently installed linker matches the planned bootstrap linker
4a7d84af8SBryan Drewerytype and revision, then it will not be built.
5a7d84af8SBryan DreweryThis does not prevent a linker from being built for installation though,
6a7d84af8SBryan Dreweryonly for building one for the build itself.
7a7d84af8SBryan DreweryThe
8a7d84af8SBryan Drewery.Va WITHOUT_LLD
90ec3e40eSEd Masteoption controls that.
10a7d84af8SBryan Drewery.Pp
11a7d84af8SBryan DreweryThis option is only relevant when
12a7d84af8SBryan Drewery.Va WITH_LLD_BOOTSTRAP
13a7d84af8SBryan Dreweryis set.
14