Author: emaste
Date: Wed Feb 5 13:28:47 2014
New Revision: 200871
URL: http://llvm.org/viewvc/llvm-project?rev=200871&view=rev
Log:
Enable lldb-gdbserver for FreeBSD in the (g)make build
Modified:
lldb/trunk/tools/Makefile
Modified: lldb/trunk/tools/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/Makefile?rev=200871&r1=200870&r2=200871&view=diff
==============================================================================
--- lldb/trunk/tools/Makefile (original)
+++ lldb/trunk/tools/Makefile Wed Feb 5 13:28:47 2014
@@ -12,7 +12,7 @@ include $(LLDB_LEVEL)/../../Makefile.con
# 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
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits