summaryrefslogtreecommitdiff
path: root/Makefile.inc1
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 /Makefile.inc1
parenta9854bc3812b6f33a74305c7f7531247e3cfd85b (diff)
downloadsrc-test2-c45018041d5537d2a91c2d63e3982127041d523b.tar.gz
src-test2-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 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index c1b9699203bc..80ee71f602d2 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -2747,7 +2747,7 @@ _prereq_libs+= lib/libssp_nonshared
# These dependencies are not automatically generated:
#
-# gnu/lib/libgcc, lib/csu and lib/libc must be built before
+# lib/csu and lib/libc must be built before
# all shared libraries for ELF.
#
_startup_libs= lib/csu
@@ -2757,7 +2757,6 @@ _startup_libs+= lib/libc_nonshared
_startup_libs+= lib/libcxxrt
.endif
-.if ${MK_LLVM_LIBUNWIND} != "no"
_prereq_libs+= lib/libgcc_eh lib/libgcc_s
_startup_libs+= lib/libgcc_eh lib/libgcc_s
@@ -2766,7 +2765,6 @@ lib/libgcc_s__L: lib/libc_nonshared__L
.if ${MK_LIBCPLUSPLUS} != "no"
lib/libcxxrt__L: lib/libgcc_s__L
.endif
-.endif
_prebuild_libs= ${_kerberos5_lib_libasn1} \
${_kerberos5_lib_libhdb} \