[vmkit-commits] [vmkit] r54989 - in /vmkit/trunk/tools: jnjvm/Makefile n3-mono/Makefile n3-pnetlib/Makefile vmkit/Makefile

Nicolas Geoffray nicolas.geoffray at lip6.fr
Tue Aug 19 08:44:19 PDT 2008


Author: geoffray
Date: Tue Aug 19 10:44:06 2008
New Revision: 54989

URL: http://llvm.org/viewvc/llvm-project?rev=54989&view=rev
Log:
Only link with jit and nativecodegen, not the whole engine.


Modified:
    vmkit/trunk/tools/jnjvm/Makefile
    vmkit/trunk/tools/n3-mono/Makefile
    vmkit/trunk/tools/n3-pnetlib/Makefile
    vmkit/trunk/tools/vmkit/Makefile

Modified: vmkit/trunk/tools/jnjvm/Makefile
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/tools/jnjvm/Makefile?rev=54989&r1=54988&r2=54989&view=diff

==============================================================================
--- vmkit/trunk/tools/jnjvm/Makefile (original)
+++ vmkit/trunk/tools/jnjvm/Makefile Tue Aug 19 10:44:06 2008
@@ -12,6 +12,6 @@
 
 TOOLNAME = jnjvm
 USEDLIBS = Allocator CommonThread Mvm JnJVM Classpath $(GCLIB)
-LINK_COMPONENTS = engine scalaropts instrumentation ipa ipo
+LINK_COMPONENTS = jit nativecodegen scalaropts instrumentation ipa ipo
 
 include $(LEVEL)/Makefile.common

Modified: vmkit/trunk/tools/n3-mono/Makefile
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/tools/n3-mono/Makefile?rev=54989&r1=54988&r2=54989&view=diff

==============================================================================
--- vmkit/trunk/tools/n3-mono/Makefile (original)
+++ vmkit/trunk/tools/n3-mono/Makefile Tue Aug 19 10:44:06 2008
@@ -11,7 +11,7 @@
 include $(LEVEL)/Makefile.config
 
 TOOLNAME = n3-mono
-LINK_COMPONENTS = engine scalaropts instrumentation ipa ipo
+LINK_COMPONENTS = jit nativecodegen scalaropts instrumentation ipa ipo
 USEDLIBS = Allocator CommonThread Mvm N3 $(GCLIB) Mono
 
 include $(LEVEL)/Makefile.common

Modified: vmkit/trunk/tools/n3-pnetlib/Makefile
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/tools/n3-pnetlib/Makefile?rev=54989&r1=54988&r2=54989&view=diff

==============================================================================
--- vmkit/trunk/tools/n3-pnetlib/Makefile (original)
+++ vmkit/trunk/tools/n3-pnetlib/Makefile Tue Aug 19 10:44:06 2008
@@ -11,7 +11,7 @@
 include $(LEVEL)/Makefile.config
 
 TOOLNAME = n3-pnetlib
-LINK_COMPONENTS = engine scalaropts instrumentation ipa ipo
+LINK_COMPONENTS = jit nativecodegen scalaropts instrumentation ipa ipo
 USEDLIBS = Allocator CommonThread Mvm N3 $(GCLIB) PNetLib
 
 include $(LEVEL)/Makefile.common

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

==============================================================================
--- vmkit/trunk/tools/vmkit/Makefile (original)
+++ vmkit/trunk/tools/vmkit/Makefile Tue Aug 19 10:44:06 2008
@@ -21,7 +21,7 @@
   USEDLIBS += N3 PNetLib
 endif
 
-LINK_COMPONENTS = engine scalaropts instrumentation ipa ipo
+LINK_COMPONENTS = jit nativecodegen scalaropts instrumentation ipa ipo
 
 include $(LEVEL)/Makefile.common
 





More information about the vmkit-commits mailing list