[llvm-commits] CVS: llvm/docs/GettingStarted.html

Misha Brukman brukman at cs.uiuc.edu
Mon Aug 9 12:57:11 PDT 2004



Changes in directory llvm/docs:

GettingStarted.html updated: 1.64 -> 1.65
---
Log message:

Add note about AIX/PowerPC with disk space requirements. Wrap long line.


---
Diffs of the changes:  (+17 -5)

Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.64 llvm/docs/GettingStarted.html:1.65
--- llvm/docs/GettingStarted.html:1.64	Tue Jul 20 15:25:18 2004
+++ llvm/docs/GettingStarted.html	Mon Aug  9 14:57:01 2004
@@ -202,7 +202,7 @@
     <li>Approximately 1.75 GB of Free Disk Space
       <ul>
         <li>Source code: 45 MB</li>
-        <li>Object code: 1705 MB</li>
+        <li>Object code: 1.7 GB</li>
         <li>GCC front end: 50 MB</li>
       </ul></li>
   </ul>
@@ -221,16 +221,27 @@
 
   <li>MacOS X on PowerPC
   <ul>
-    <li>No native code generation
     <li>Approximately 1.25 GB of Free Disk Space
       <ul>
         <li>Source code: 45 MB</li>
-        <li>Object code: 1160 MB</li>
+        <li>Object code: 1.2 GB</li>
         <li>GCC front end: 40 MB</li>
       </ul></li>
   </ul>
+  </li>
 
+  <li>AIX on PowerPC
+  <ul>
+    <li><div class="doc_warning">No native code generation</div>
+    <li>Approximately 2 GB of Free Disk Space
+      <ul>
+        <li>Source code: 92 MB</li>
+        <li>Object code: 2.8 GB</li>
+        <li>GCC front end: 123 MB</li>
+      </ul></li>
+  </ul>
   </li>
+
 </ul>
 
 <p>The LLVM suite <i>may</i> compile on other platforms, but it is not
@@ -240,7 +251,8 @@
 on your platform.</p>
 
 <p>The GCC front end is not very portable at the moment.  If you want to get it
-to work on another platform, you can download a copy of the source and <a href="CFEBuildInstrs.html">try to compile it</a> on your platform.</p>
+to work on another platform, you can download a copy of the source and <a
+href="CFEBuildInstrs.html">try to compile it</a> on your platform.</p>
 
 </div>
 
@@ -1266,7 +1278,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/07/20 20:25:18 $
+  Last modified: $Date: 2004/08/09 19:57:01 $
 </address>
 
 </body>






More information about the llvm-commits mailing list