[Lldb-commits] [lldb] r215345 - Also build lldb-gdbserver under KFreeBSD

Sylvestre Ledru sylvestre at debian.org
Sun Aug 10 23:29:06 PDT 2014


Author: sylvestre
Date: Mon Aug 11 01:29:06 2014
New Revision: 215345

URL: http://llvm.org/viewvc/llvm-project?rev=215345&view=rev
Log:
Also build lldb-gdbserver under KFreeBSD

Modified:
    lldb/trunk/tools/Makefile

Modified: lldb/trunk/tools/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/Makefile?rev=215345&r1=215344&r2=215345&view=diff
==============================================================================
--- lldb/trunk/tools/Makefile (original)
+++ lldb/trunk/tools/Makefile Mon Aug 11 01:29:06 2014
@@ -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
 





More information about the lldb-commits mailing list