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:
Jessica Clarke 2021-09-13 21:52:40 +01:00
parent d7b3f3c84e
commit 2bfc7f7b75

View file

@ -42,4 +42,6 @@ CLEANFILES+= ${TGHDRS} ${TGHDRS:C/$/.d/}
LIBADD+= z
LINKS= ${BINDIR}/llvm-objcopy ${BINDIR}/llvm-strip
.include "../llvm.prog.mk"