[vmkit-commits] [vmkit] r73852 - in /vmkit/trunk/tools/llcj: Makefile libjnjvm/ llcj.cpp

Nicolas Geoffray nicolas.geoffray at lip6.fr
Sun Jun 21 06:40:51 PDT 2009


Author: geoffray
Date: Sun Jun 21 08:40:44 2009
New Revision: 73852

URL: http://llvm.org/viewvc/llvm-project?rev=73852&view=rev
Log:
Remove now unused directory.


Removed:
    vmkit/trunk/tools/llcj/libjnjvm/
Modified:
    vmkit/trunk/tools/llcj/Makefile
    vmkit/trunk/tools/llcj/llcj.cpp

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

==============================================================================
--- vmkit/trunk/tools/llcj/Makefile (original)
+++ vmkit/trunk/tools/llcj/Makefile Sun Jun 21 08:40:44 2009
@@ -8,7 +8,7 @@
 ##===----------------------------------------------------------------------===##
 LEVEL = ../..
 
-DIRS = libjnjvm libjnjvmjit
+DIRS = libjnjvmjit
 
 include $(LEVEL)/Makefile.config
 

Modified: vmkit/trunk/tools/llcj/llcj.cpp
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/tools/llcj/llcj.cpp?rev=73852&r1=73851&r2=73852&view=diff

==============================================================================
--- vmkit/trunk/tools/llcj/llcj.cpp (original)
+++ vmkit/trunk/tools/llcj/llcj.cpp Sun Jun 21 08:40:44 2009
@@ -222,7 +222,7 @@
     if (withJIT) {
       gccArgv[gccArgc++] = "-ljnjvmjit";
     } else {
-      gccArgv[gccArgc++] = "-ljnjvm";
+      gccArgv[gccArgc++] = "-lJnJVM";
     }
     gccArgv[gccArgc++] = "-lvmjc";
     gccArgv[gccArgc++] = "-lLLVMSupport";





More information about the vmkit-commits mailing list