src.opts.mk: Enable LLDB for 32-bit arm
It was previously disabled when we built for older 32-bit arm targets which lack 64-bit atomics. As we now support armv7 at a minimum there is no need to disable LLDB. Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D52668
This commit is contained in:
@@ -302,7 +302,7 @@ __DEFAULT_NO_OPTIONS+=FDT
|
||||
__DEFAULT_YES_OPTIONS+=FDT
|
||||
.endif
|
||||
|
||||
.if ${__T:Marm*} == "" && ${__T:Mriscv64*} == ""
|
||||
.if ${__T:Mriscv64*} == ""
|
||||
__DEFAULT_YES_OPTIONS+=LLDB
|
||||
.else
|
||||
__DEFAULT_NO_OPTIONS+=LLDB
|
||||
|
||||
Reference in New Issue
Block a user