Page MenuHomeFreeBSD

llvm: fix some llvm-* tool links when WITH_LLVM_BINUTILS set
ClosedPublic

Authored by emaste on Apr 21 2023, 1:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jun 30, 1:56 PM
Unknown Object (File)
Sat, Jun 20, 2:47 AM
Unknown Object (File)
Mon, Jun 15, 7:39 PM
Unknown Object (File)
Mon, Jun 15, 7:31 PM
Unknown Object (File)
Mon, Jun 15, 7:31 PM
Unknown Object (File)
May 29 2026, 7:50 AM
Unknown Object (File)
May 28 2026, 6:21 PM
Unknown Object (File)
May 28 2026, 4:02 AM
Subscribers

Details

Summary
A few Makefiles overrode LINKS and MLINKS when WITH_LLVM_BINUTILS was
set, which caused e.g. the llvm-ranlib link to disappear.  Use += when
adding WITH_LLVM_BINUTILS LINKS and MLINKS.

Thanks jbeich for spotting the issue.

PR:             270955, 270956, 270959
Fixes: 021385aba562 ("Add WITH_LLVM_BINUTILS to install LLVM binuti...")
Sponsored by:   The FreeBSD Foundation

Diff Detail

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