[llvm-commits] [vmkit] r52710 - /vmkit/trunk/lib/Mvm/Makefile

Nicolas Geoffray nicolas.geoffray at lip6.fr
Wed Jun 25 03:28:22 PDT 2008


Author: geoffray
Date: Wed Jun 25 05:28:15 2008
New Revision: 52710

URL: http://llvm.org/viewvc/llvm-project?rev=52710&view=rev
Log:
Only compile the desired GC.


Modified:
    vmkit/trunk/lib/Mvm/Makefile

Modified: vmkit/trunk/lib/Mvm/Makefile
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/lib/Mvm/Makefile?rev=52710&r1=52709&r2=52710&view=diff

==============================================================================
--- vmkit/trunk/lib/Mvm/Makefile (original)
+++ vmkit/trunk/lib/Mvm/Makefile Wed Jun 25 05:28:15 2008
@@ -8,7 +8,9 @@
 ##===----------------------------------------------------------------------===##
 LEVEL = ../..
 
-PARALLEL_DIRS = Allocator BoehmGC CommonThread GCMmap2
+include $(LEVEL)/Makefile.config
+
+PARALLEL_DIRS = Allocator CommonThread $(GCLIB)
 
 LIBRARYNAME = Mvm
 include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list