Author: emaste
Date: Tue Sep 16 19:28:31 2014
New Revision: 217931

URL: http://llvm.org/viewvc/llvm-project?rev=217931&view=rev
Log:
Build lldb-mi on all platforms with Makefile builds

CMake builds already do so.

Modified:
    lldb/trunk/tools/Makefile

Modified: lldb/trunk/tools/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/Makefile?rev=217931&r1=217930&r2=217931&view=diff
==============================================================================
--- lldb/trunk/tools/Makefile (original)
+++ lldb/trunk/tools/Makefile Tue Sep 16 19:28:31 2014
@@ -25,10 +25,7 @@ ifeq ($(HOST_OS),Darwin)
 DIRS += debugserver
 endif
 
-ifeq ($(HOST_OS),Linux)
 DIRS += lldb-mi
-endif
-
 DIRS += driver
 
 include $(LLDB_LEVEL)/Makefile


_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to