[llvm-commits] CVS: llvm/docs/GettingStarted.html
Misha Brukman
brukman at cs.uiuc.edu
Mon Nov 15 13:05:18 PST 2004
Changes in directory llvm/docs:
GettingStarted.html updated: 1.73 -> 1.74
---
Log message:
* Add entry for Linux/PowerPC
* Mark MacOS X/PPC support as 32-bit-only
* Fix FreeBSD space usage -- it's in MB, not GB
---
Diffs of the changes: (+15 -5)
Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.73 llvm/docs/GettingStarted.html:1.74
--- llvm/docs/GettingStarted.html:1.73 Sun Nov 14 23:19:53 2004
+++ llvm/docs/GettingStarted.html Mon Nov 15 15:05:08 2004
@@ -217,12 +217,12 @@
<td>FreeBSD</td>
<td>x86<sup>1</sup></td>
<td>57 MB</td>
- <td>850 GB</td>
+ <td>850 MB</td>
<td>40 MB</td>
<td>1 GB</td>
</tr>
<tr>
- <td>MacOS X</td>
+ <td>MacOS X<sup>2</sup></td>
<td>PowerPC</td>
<td>57 MB</td>
<td>1.5 GB</td>
@@ -230,18 +230,28 @@
<td>1.6 GB</td>
</tr>
<tr>
- <td>AIX<sup>2</sup></td>
+ <td>AIX<sup>3</sup></td>
<td>PowerPC</td>
<td>92 MB</td>
<td>2.8 GB</td>
<td>123 MB</td>
<td>3 GB</td>
</tr>
+<tr>
+ <td>Linux<sup>3</sup></td>
+ <td>PowerPC</td>
+ <td>30 MB</td>
+ <td>1.1 GB</td>
+ <td>--</td>
+ <td>1 GB</td>
+</tr>
</table>
<p>
+Notes:<br>
<sup>1</sup> Code generation supported for Pentium processors and up<br>
-<sup>2</sup> No native code generation
+<sup>2</sup> Code generation supported for 32-bit ABI only<br>
+<sup>3</sup> No native code generation<br>
</p>
<p>The LLVM suite <i>may</i> compile on other platforms, but it is not
@@ -1313,7 +1323,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.x10sys.com/rspencer/">Reid Spencer</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/11/15 05:19:53 $
+ Last modified: $Date: 2004/11/15 21:05:08 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list