HomeFreeBSD

Fix builds that set LD=ld.lld after r364761

Description

Fix builds that set LD=ld.lld after r364761

When using relative paths for the linker we have to transform the name
since clang does not like -fuse-ld=ld.lld and instead requires -fuse-ld=lld
(the same also applies for ld.bfd).

Details

Provenance
arichardsonAuthored on
Parents
rS364806: remove pragma ident lines
Branches
Unknown
Tags
Unknown