[vmkit-commits] [vmkit] r83463 - /vmkit/trunk/Makefile

Nicolas Geoffray nicolas.geoffray at lip6.fr
Wed Oct 7 09:53:50 PDT 2009


Author: geoffray
Date: Wed Oct  7 11:53:50 2009
New Revision: 83463

URL: http://llvm.org/viewvc/llvm-project?rev=83463&view=rev
Log:
Build MMTk only if llvm-gcc is used.


Modified:
    vmkit/trunk/Makefile

Modified: vmkit/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/Makefile?rev=83463&r1=83462&r2=83463&view=diff

==============================================================================
--- vmkit/trunk/Makefile (original)
+++ vmkit/trunk/Makefile Wed Oct  7 11:53:50 2009
@@ -9,9 +9,16 @@
 
 LEVEL := .
 
+include $(LEVEL)/Makefile.config
+
 # Top-Level vmkit Build Stages:
 #
 DIRS := lib tools
+
+ifeq ($(WITH_LLVM_GCC), 1)
+  DIRS += mmtk
+endif
+
 EXTRA_DIST=include
 
 include $(LEVEL)/Makefile.common





More information about the vmkit-commits mailing list