[llvm-commits] [vmkit] r52713 - /vmkit/trunk/README.txt

Nicolas Geoffray nicolas.geoffray at lip6.fr
Wed Jun 25 04:06:51 PDT 2008


Author: geoffray
Date: Wed Jun 25 06:06:49 2008
New Revision: 52713

URL: http://llvm.org/viewvc/llvm-project?rev=52713&view=rev
Log:
Complete note.


Modified:
    vmkit/trunk/README.txt

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

==============================================================================
--- vmkit/trunk/README.txt (original)
+++ vmkit/trunk/README.txt Wed Jun 25 06:06:49 2008
@@ -14,10 +14,13 @@
 
 JnJVM and N3 use GCC's unwinding library (libgcc_s.so).
 
-There are mainly two options in the ./configure script
+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-pnet-local-prefix: the local build of PNET
---with-llvmsrc: the local build of LLVM
+
+There's also:
 --with-gc: user either boehm or single-mmap
 
 Running make on the root tree will produce two "tools":





More information about the llvm-commits mailing list