[vmkit-commits] [vmkit] r99141 - /vmkit/trunk/www/use_mmtk.html

Nicolas Geoffray nicolas.geoffray at lip6.fr
Sun Mar 21 13:30:19 PDT 2010


Author: geoffray
Date: Sun Mar 21 15:30:19 2010
New Revision: 99141

URL: http://llvm.org/viewvc/llvm-project?rev=99141&view=rev
Log:
No need for REQUIRES_FRAME_POINTER anymore.


Modified:
    vmkit/trunk/www/use_mmtk.html

Modified: vmkit/trunk/www/use_mmtk.html
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/www/use_mmtk.html?rev=99141&r1=99140&r2=99141&view=diff
==============================================================================
--- vmkit/trunk/www/use_mmtk.html (original)
+++ vmkit/trunk/www/use_mmtk.html Sun Mar 21 15:30:19 2010
@@ -29,8 +29,8 @@
   <li> Clean and make VMKit (do that each time you change the source code of VMKit):</li>
 
   <ul>
-    <li><tt>make ENABLE_OPTIMIZED=1 REQUIRES_FRAME_POINTER=1 clean </tt></li>
-    <li><tt>make ENABLE_OPTIMIZED=1 REQUIRES_FRAME_POINTER=1 </tt></li>
+    <li><tt>make ENABLE_OPTIMIZED=1 clean</tt></li>
+    <li><tt>make ENABLE_OPTIMIZED=1 </tt></li>
   </ul>
   
   <li>Run VMKit with MMTk:</li>





More information about the vmkit-commits mailing list