Enable lldb-gdbserver for FreeBSD in the (g)make build

llvm-svn: 200871
This commit is contained in:
Ed Maste 2014-02-05 19:28:47 +00:00
parent fb29fa3e35
commit f697a1ef94
1 changed files with 1 additions and 1 deletions

View File

@ -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