diff options
author | Sebastien Marie <semarie@cvs.openbsd.org> | 2023-09-27 08:20:51 +0000 |
---|---|---|
committer | Sebastien Marie <semarie@cvs.openbsd.org> | 2023-09-27 08:20:51 +0000 |
commit | 1bedc682ffa61169b6a2dfded0f1926bf7efa7ed (patch) | |
tree | e4a362ef17c1ab1441eb26f20904a8d4756b66c2 /share/man | |
parent | 94c0a6bee051d08fb204796f2624dcbe109047e6 (diff) |
extent USE_LLD to Yes/No/ports values.
'ports' permits to force the use of ld.lld from lang/clang module.
ok landry@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 0d8ccd65f68..cc4716e7755 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.634 2023/09/24 09:15:43 op Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.635 2023/09/27 08:20:50 semarie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 24 2023 $ +.Dd $Mdocdate: September 27 2023 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -2282,7 +2282,9 @@ Seldom used, as it is only needed to link binary data without using the compiler. .It Ev LLVM_ARCHS Set to the list of architectures where LLVM/Clang could be used, -e.g., via lang/clang port module, see +e.g., via +.Sq lang/clang +port module, see .Xr port-modules 5 . Read-only. Use with @@ -3567,9 +3569,10 @@ instead just set .Li BUILD_DEPENDS = devel/libtool . .It Ev USE_LLD Set to -.Sq Yes -or +.Sq Yes , .Sq \&No +or +.Sq ports to force the use of .Xr ld.lld 1 .Po @@ -3577,6 +3580,11 @@ as opposed to bfd's .Xr ld 1 .Pc . +.Sq ports +force the use of +.Xr ld.lld 1 +from lang/clang module. +.Pc Defaults to the appropriate value for the current architecture .Po see |