Package: llvm-toolchain-3.5 / 1:3.5-10

kfreebsd-lldb-gdbserver.diff Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: llvm-toolchain-3.5-3.5~+rc2/lldb/tools/Makefile
===================================================================
--- llvm-toolchain-3.5-3.5~+rc2.orig/lldb/tools/Makefile
+++ llvm-toolchain-3.5-3.5~+rc2/lldb/tools/Makefile
@@ -13,7 +13,7 @@ include $(LLDB_LEVEL)/../../Makefile.con
 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