summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-11-15 21:05:08 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-11-15 21:05:08 +0000
commit0011769ff62f67bdecb2ba32a7b63906f375b468 (patch)
tree5f766c66123ad2b45329ac169788d301a0c6547e /docs
parentb2cdcadac5b6beb2bbe1bbfc6911b40aa3a00340 (diff)
downloadllvm-0011769ff62f67bdecb2ba32a7b63906f375b468.tar.gz
llvm-0011769ff62f67bdecb2ba32a7b63906f375b468.tar.bz2
llvm-0011769ff62f67bdecb2ba32a7b63906f375b468.tar.xz
* Add entry for Linux/PowerPC
* Mark MacOS X/PPC support as 32-bit-only * Fix FreeBSD space usage -- it's in MB, not GB git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17848 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/GettingStarted.html18
1 files changed, 14 insertions, 4 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 471138d29b..336592cc9b 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -217,12 +217,12 @@ software you will need.</p>
<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 @@ software you will need.</p>
<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