mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
llvm-objcopy: Install llvm-strip link
Just as elftoolchain's objcopy doubles as strip, so does LLVM's. Note
that we do not currently have a committed copy of the manpage generated
from the rST source so no manpage is installed for llvm-strip.
(Note this is only a partial MFC, as WITH_LLVM_BINUTILS was not MFC'ed)
Reported by: Shawn Webb <shawn.webb@hardenedbsd.org>
Tested by: Shawn Webb <shawn.webb@hardenedbsd.org>
MFC after: 1 week
(cherry picked from commit f28c1d0c5c)
This commit is contained in:
parent
d7b3f3c84e
commit
2bfc7f7b75
1 changed files with 2 additions and 0 deletions
|
|
@ -42,4 +42,6 @@ CLEANFILES+= ${TGHDRS} ${TGHDRS:C/$/.d/}
|
|||
|
||||
LIBADD+= z
|
||||
|
||||
LINKS= ${BINDIR}/llvm-objcopy ${BINDIR}/llvm-strip
|
||||
|
||||
.include "../llvm.prog.mk"
|
||||
|
|
|
|||
Loading…
Reference in a new issue