aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-02-29 12:43:43 +0000
committerEd Maste <emaste@FreeBSD.org>2020-02-29 12:43:43 +0000
commitc45018041d5537d2a91c2d63e3982127041d523b (patch)
treed8b87c8fedaed69253734d3131358cd5962d5a82 /targets
parenta9854bc3812b6f33a74305c7f7531247e3cfd85b (diff)
downloadsrc-c45018041d5537d2a91c2d63e3982127041d523b.tar.gz
src-c45018041d5537d2a91c2d63e3982127041d523b.zip
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
Notes
Notes: svn path=/head/; revision=358460
Diffstat (limited to 'targets')
-rw-r--r--targets/pseudo/userland/gnu/Makefile.depend3
-rw-r--r--targets/pseudo/userland/lib/Makefile.depend2
2 files changed, 0 insertions, 5 deletions
diff --git a/targets/pseudo/userland/gnu/Makefile.depend b/targets/pseudo/userland/gnu/Makefile.depend
index 397cc03c7f71..db1410c8b737 100644
--- a/targets/pseudo/userland/gnu/Makefile.depend
+++ b/targets/pseudo/userland/gnu/Makefile.depend
@@ -37,7 +37,4 @@ DIRDEPS = \
DIRDEPS+= gnu/usr.bin/dtc
.endif
-.if ${MK_LLVM_LIBUNWIND} == "no"
-.endif
-
.include <dirdeps.mk>
diff --git a/targets/pseudo/userland/lib/Makefile.depend b/targets/pseudo/userland/lib/Makefile.depend
index 9f72a50e7884..109da1e353e1 100644
--- a/targets/pseudo/userland/lib/Makefile.depend
+++ b/targets/pseudo/userland/lib/Makefile.depend
@@ -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+= \