Page MenuHomeFreeBSD

bsd.linker.mk: Detect LLD when built with PACKAGE_VENDOR
ClosedPublic

Authored by arichardson on Jul 19 2021, 11:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jan 18, 7:57 AM
Unknown Object (File)
Wed, Jan 15, 10:55 PM
Unknown Object (File)
Sat, Jan 4, 8:29 AM
Unknown Object (File)
Dec 15 2024, 12:13 PM
Unknown Object (File)
Dec 3 2024, 3:02 PM
Unknown Object (File)
Oct 20 2024, 4:13 AM
Unknown Object (File)
Oct 20 2024, 4:13 AM
Unknown Object (File)
Oct 20 2024, 4:12 AM
Subscribers

Details

Summary

Recent versions of homebrew's LLD are built with PACKAGE_VENDOR (since
https://github.com/Homebrew/homebrew-core/commit/e7c972b6062af753e564104e58d1fa20c0d1ad7a).
This means that the -v output is now
Homebrew LLD 12.0.1 (compatible with GNU linkers) and bsd.linker.mk no
longer detects it as LLD since it only checks whether the first word is
LLD. This change allow me to build on macOS again and should unbreak the
GitHub actions CI.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable