[vmkit-commits] [vmkit] r57819 - /vmkit/trunk/README.txt

Nicolas Geoffray nicolas.geoffray at lip6.fr
Mon Oct 20 01:17:30 PDT 2008


Author: geoffray
Date: Mon Oct 20 03:17:29 2008
New Revision: 57819

URL: http://llvm.org/viewvc/llvm-project?rev=57819&view=rev
Log:
Update info for 0.24 version.


Modified:
    vmkit/trunk/README.txt

Modified: vmkit/trunk/README.txt
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/README.txt?rev=57819&r1=57818&r2=57819&view=diff

==============================================================================
--- vmkit/trunk/README.txt (original)
+++ vmkit/trunk/README.txt Mon Oct 20 03:17:29 2008
@@ -7,25 +7,28 @@
 2) JnJVM: a Java Virtual Machine implemented with MVM and LLVM
 3) N3: a CLI implementation with MVM and LLVM
 
-JnJVM and N3 work on Linux/x86 (note that you may have to disable SSE on some 
-architecture), and mostly work on Linux/PPC (there are some errors with
-floating points). Portage to Darwin needs to investigate why exceptions
-do not work.
+JnJVM and N3 work on Linux/x86 and Darwin/x86 (note that you may have to
+disable SSE on some architecture), and mostly work on Linux/PPC (there are
+some errors with floating points).
 
 JnJVM and N3 use GCC's unwinding library (libgcc_s.so).
 
 These are the options you should pass to the ./configure script
 --with-llvmsrc: the source directory of LLVM
 --with-llvmobj: the object directory of LLVM
---with-gnu-classpath-local-prefix: the local build of GNU classpath
+--with-gnu-classpath-libs: GNU classpath libraries
+--with-gnu-classpath-glibj: GNU classpath glibj.zip
 --with-pnet-local-prefix: the local build of PNET
+--with-pnetlib: PNET's mscorlib.dll
 
-There's also:
+There's also [experimental]:
 --with-gc: user either boehm or single-mmap
+--with-mono: Mono's mscorlib.dll
 
-Running make on the root tree will produce two "tools":
-1) Debug|Release/bin/jnjvm: running the JnJVM like any other JVM
-2) Debug|Release/bin/n3: running N3 like CLR
+Running make on the root tree will produce three "tools":
+1) Debug|Release/bin/jnjvm: running the JnJVM like any other JVM.
+2) Debug|Release/bin/n3-pnetlib: running N3 like CLR.
+2) Debug|Release/bin/vmkit: shell-like vm launcher.
 
 JnJVM and N3 have their own README notes.
 
@@ -56,5 +59,4 @@
 //===---------------------------------------------------------------------===//
 
 - A compiler/system dependency interface
-- Port to Darwin
 





More information about the vmkit-commits mailing list