retire the LLVM_LIBUNWIND option

LLVM's libunwind is used on all FreeBSD-supported CPU architectures and
is a required component.

Reviewed by:	brooks (earlier)
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D23123
This commit is contained in:
Ed Maste
2020-02-29 12:43:43 +00:00
parent a9854bc381
commit c45018041d
12 changed files with 7 additions and 23 deletions
@@ -37,7 +37,4 @@ DIRDEPS = \
DIRDEPS+= gnu/usr.bin/dtc
.endif
.if ${MK_LLVM_LIBUNWIND} == "no"
.endif
.include <dirdeps.mk>
@@ -237,11 +237,9 @@ DIRDEPS+= lib/libgpio
DIRDEPS+= lib/libefivar
.endif
.if ${MK_LLVM_LIBUNWIND} != "no"
DIRDEPS+= \
lib/libgcc_eh \
lib/libgcc_s
.endif
.if ${MK_PMC} != "no"
DIRDEPS+= \