Switch 32-bit arm back to LLVM libunwind.

Actual LLVM libunwind passed all testing without issues, switch back to it.

PR:	233664
This commit is contained in:
Michal Meloun 2020-01-08 07:25:37 +00:00
parent 6de4e458fa
commit 2138e99bf5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=356483

View File

@ -317,7 +317,7 @@ BROKEN_OPTIONS+=BINUTILS BINUTILS_BOOTSTRAP GCC GCC_BOOTSTRAP GDB
.if ${__T:Mriscv*} != ""
BROKEN_OPTIONS+=OFED
.endif
.if ${__T} != "armv6" && ${__T} != "armv7" && ${__T} != "sparc64"
.if ${__T} != "sparc64"
__DEFAULT_YES_OPTIONS+=LLVM_LIBUNWIND
.else
__DEFAULT_NO_OPTIONS+=LLVM_LIBUNWIND