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:
@@ -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+= \
|
||||
|
||||
Reference in New Issue
Block a user