Revert r354348

Switch ARM32 default libunwind back to old GPL2 libgcc version.  Reportedly,
the llvm-libunwind code is nonfunctional.

Requested by:	mmel
This commit is contained in:
Conrad Meyer 2019-12-12 04:47:02 +00:00
parent dfdd76fc34
commit 5fa85bcd67
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=355646

View File

@ -327,9 +327,8 @@ BROKEN_OPTIONS+=BINUTILS BINUTILS_BOOTSTRAP GCC GCC_BOOTSTRAP GDB
.if ${__T:Mriscv*} != ""
BROKEN_OPTIONS+=OFED
.endif
.if ${__T} == "aarch64" || ${__T} == "amd64" || ${__T} == "armv6" || \
${__T} == "armv7" || ${__T} == "i386" || ${__T:Mriscv*} != "" || \
${__TT} == "mips"
.if ${__T} == "aarch64" || ${__T} == "amd64" || ${__T} == "i386" || \
${__T:Mriscv*} != "" || ${__TT} == "mips"
__DEFAULT_YES_OPTIONS+=LLVM_LIBUNWIND
.else
__DEFAULT_NO_OPTIONS+=LLVM_LIBUNWIND