Skip to content

Commit

Permalink
Retire build support for GCC's DWARF unwinder
Browse files Browse the repository at this point in the history
As of r356514 LLVM's libunwind is used as the DWARF unwinder on all
supported CPU architectures, and GCC and its libraries will be removed
soon.  Retire the build infrastructure for GCC's unwinder; from here
if there are any unwinder bugs (on any arch) the path forward is to fix
LLVM's libunwind.
  • Loading branch information
emaste committed Jan 8, 2020
1 parent 7c88377 commit 305f30c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 394 deletions.
4 changes: 0 additions & 4 deletions gnu/lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ SUBDIR+= csu
SUBDIR+= libregex
.endif

.if ${MK_LLVM_LIBUNWIND} == "no"
SUBDIR+= libgcc
.endif

# libsupc++ uses libstdc++ headers, although 'make includes' should
# have taken care of that already.
.if ${MK_GNUCXX} != "no"
Expand Down
374 changes: 0 additions & 374 deletions gnu/lib/libgcc/Makefile

This file was deleted.

Loading

0 comments on commit 305f30c

Please sign in to comment.