Skip to content

Commit

Permalink
Remove prereq lib support for GNU unwinder
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
emaste committed Jan 8, 2020
1 parent 3b957e3 commit 7c88377
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Makefile.inc1
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down

0 comments on commit 7c88377

Please sign in to comment.