aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-01-08 20:56:30 +0000
committerEd Maste <emaste@FreeBSD.org>2020-01-08 20:56:30 +0000
commit7c883770103ecb5ae0a9e2bfe75c0f4dae829d49 (patch)
tree260df00b3e454c2dc1fa9ca94342ddd883ef3e2e
parent3b957e38ef006b8d6fdfbdd3f0f7bf7295d83b46 (diff)
downloadsrc-7c883770103ecb5ae0a9e2bfe75c0f4dae829d49.tar.gz
src-7c883770103ecb5ae0a9e2bfe75c0f4dae829d49.zip
Remove prereq lib support for GNU unwinder
LLVM's libunwind is used for all archs, as of r356514. As GCC 4.2.1 will soon be removed, and with it the GNU unwinder, start simplifying the prereq/startup lib logic in Makefile.inc1. From here if there are any unwinder bugs (on any arch) the path foward is to fix LLVM's libunwind.
Notes
Notes: svn path=/head/; revision=356516
-rw-r--r--Makefile.inc111
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index ce61e35f9435..2a03a5bad8b7 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -2815,17 +2815,6 @@ lib/libgcc_s__L: lib/libc_nonshared__L
.if ${MK_LIBCPLUSPLUS} != "no"
lib/libcxxrt__L: lib/libgcc_s__L
.endif
-
-.else # MK_LLVM_LIBUNWIND == no
-
-_prereq_libs+= gnu/lib/libgcc
-_startup_libs+= gnu/lib/libgcc
-
-gnu/lib/libgcc__L: lib/libc__L
-gnu/lib/libgcc__L: lib/libc_nonshared__L
-.if ${MK_LIBCPLUSPLUS} != "no"
-lib/libcxxrt__L: gnu/lib/libgcc__L
-.endif
.endif
_prebuild_libs= ${_kerberos5_lib_libasn1} \