summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2014-08-11 06:29:06 +0000
committerSylvestre Ledru <sylvestre@debian.org>2014-08-11 06:29:06 +0000
commitfca534444b34a755d0350836739b96096050de17 (patch)
treedcae4f5056f39b0887276580e9d2da4b2f4fa7e8
parentdd6e12d71c6322c3265d34d88447e323501b20a5 (diff)
downloadbcm5719-llvm-fca534444b34a755d0350836739b96096050de17.tar.gz
bcm5719-llvm-fca534444b34a755d0350836739b96096050de17.zip
Also build lldb-gdbserver under KFreeBSD
llvm-svn: 215345
-rw-r--r--lldb/tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/tools/Makefile b/lldb/tools/Makefile
index 58d53ecca4b..66618907667 100644
--- a/lldb/tools/Makefile
+++ b/lldb/tools/Makefile
@@ -13,7 +13,7 @@ include $(LLDB_LEVEL)/../../Makefile.config
DIRS :=
# enable lldb-gdbserver for supported platforms
-ifneq (,$(strip $(filter $(HOST_OS), FreeBSD Linux)))
+ifneq (,$(strip $(filter $(HOST_OS), FreeBSD Linux GNU/kFreeBSD)))
DIRS += lldb-gdbserver
endif
OpenPOWER on IntegriCloud