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
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits