mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
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:
parent
c8b5e3de39
commit
6b4e5d6b72
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue