forked from OSchip/llvm-project
Enable lldb-gdbserver for FreeBSD in the (g)make build
llvm-svn: 200871
This commit is contained in:
parent
fb29fa3e35
commit
f697a1ef94
|
@ -12,7 +12,7 @@ include $(LLDB_LEVEL)/../../Makefile.config
|
|||
|
||||
# enable lldb-gdbserver for supported platforms
|
||||
DIRS :=
|
||||
ifneq (,$(strip $(filter $(HOST_OS), Linux)))
|
||||
ifneq (,$(strip $(filter $(HOST_OS), FreeBSD Linux)))
|
||||
ifneq (,$(strip $(filter $(HOST_ARCH), x86_64)))
|
||||
DIRS += lldb-gdbserver
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue