armv6, armv7: Switch to llvm-libunwind by default

This could just be ${__TT} == "arm", except armv5 isn't slated for death
until EOY.

arm tinderbox builds.  Let's see what else shakes out.
This commit is contained in:
Conrad Meyer 2019-11-05 03:22:15 +00:00
parent c8b5e3de39
commit 6b4e5d6b72
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=354348

View File

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