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:
Ed Maste
2025-09-21 10:31:05 -04:00
parent 4dd2b869cd
commit 69415879e9
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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