[vmkit-commits] [vmkit] r185813 - www/get_started.html minor fix

Peter Senna Tschudin peter.senna at gmail.com
Mon Jul 8 05:19:47 PDT 2013


Author: peter.senna
Date: Mon Jul  8 07:19:47 2013
New Revision: 185813

URL: http://llvm.org/viewvc/llvm-project?rev=185813&view=rev
Log:
www/get_started.html minor fix

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=185813&r1=185812&r2=185813&view=diff
==============================================================================
--- vmkit/trunk/www/get_started.html (original)
+++ vmkit/trunk/www/get_started.html Mon Jul  8 07:19:47 2013
@@ -45,9 +45,9 @@ compile vmkit2</p>
     <li><tt>cd ..</li></tt>
     <li><tt>./configure --enable-optimized; make</tt></li>
   </ul>
-  <br><b>To compile LLVM and VMKit with RTTI enabled, one can pass the parameter
+  <br>Note: To compile LLVM and VMKit with RTTI enabled, one can pass the parameter
 REQUIRES_RTTI=1 to make. Passing this argument removes the flag -fno-rtti from
-the compiler options. Ex: $ make REQUIRES_RTTI=1</b>
+the compiler options. Ex: $ make REQUIRES_RTTI=1
 
   <p><b>Skip the Classpath steps if you plan to use OpenJDK.</b><br/>
   <li><a href="ftp://ftp.gnu.org/gnu/classpath/classpath-0.99.tar.gz">Download





More information about the vmkit-commits mailing list