[vmkit-commits] [vmkit] r52955 - /vmkit/trunk/www/get_started.html

Nicolas Geoffray nicolas.geoffray at lip6.fr
Tue Jul 1 02:37:31 PDT 2008


Author: geoffray
Date: Tue Jul  1 04:37:31 2008
New Revision: 52955

URL: http://llvm.org/viewvc/llvm-project?rev=52955&view=rev
Log:
New configure command lines.


Modified:
    vmkit/trunk/www/get_started.html

Modified: vmkit/trunk/www/get_started.html
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/www/get_started.html?rev=52955&r1=52954&r2=52955&view=diff

==============================================================================
--- vmkit/trunk/www/get_started.html (original)
+++ vmkit/trunk/www/get_started.html Tue Jul  1 04:37:31 2008
@@ -138,8 +138,10 @@
     <dd>Tell vmkit where the LLVM source tree is located.</dd>
     <dt><br/><tt>--with-llvmobj=<directory></tt></dt>
     <dd>Tell vmkit where the LLVM object tree is located.</dd>
-    <dt><br/><tt>--with-gnu-classpath-local-prefix=<directory></tt></dt>
-    <dd>Tell vmkit where GNU Classpath is located.</dd>
+    <dt><br/><tt>--with-gnu-classpath-glibj=<file or directory></tt></dt>
+    <dd>Tell vmkit where GNU Classpath glibj.zip is located.</dd>
+    <dt><br/><tt>--with-gnu-classpath-libs=<directory></tt></dt>
+    <dd>Tell vmkit where GNU Classpath libs are located.</dd>
     <dt><br/><tt>--with-pnet-local-prefix=<directory></tt></dt>
     <dd>Tell vmkit where PNet is located.</dd>
   </dl>





More information about the vmkit-commits mailing list