summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/tools/Makefile b/lldb/tools/Makefile
index 5a18a914d58..96d5334dbc1 100644
--- a/lldb/tools/Makefile
+++ b/lldb/tools/Makefile
@@ -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
OpenPOWER on IntegriCloud