mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
lldb: enable on i386
It is functional on FreeBSD/i386 as of r322326. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
67d4951ddf
commit
056dd75b27
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=322415
@ -255,7 +255,7 @@ __DEFAULT_YES_OPTIONS+=LLD_BOOTSTRAP LLD_IS_LD
|
||||
.else
|
||||
__DEFAULT_NO_OPTIONS+=LLD_BOOTSTRAP LLD_IS_LD
|
||||
.endif
|
||||
.if ${__T} == "aarch64" || ${__T} == "amd64"
|
||||
.if ${__T} == "aarch64" || ${__T} == "amd64" || ${__T} == "i386"
|
||||
__DEFAULT_YES_OPTIONS+=LLDB
|
||||
.else
|
||||
__DEFAULT_NO_OPTIONS+=LLDB
|
||||
|
Loading…
Reference in New Issue
Block a user