summaryrefslogtreecommitdiffstats
path: root/llvm/docs/GettingStarted.html
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-08-09 19:57:01 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-08-09 19:57:01 +0000
commit876d5f1bad040ef439477eb4459ba60f6868aeaa (patch)
tree4c8da61c4f228ef60634a34736b5a7d721cf7334 /llvm/docs/GettingStarted.html
parenta71ab1cedddb4f085122a05bc8ce0df7528e4a25 (diff)
downloadbcm5719-llvm-876d5f1bad040ef439477eb4459ba60f6868aeaa.tar.gz
bcm5719-llvm-876d5f1bad040ef439477eb4459ba60f6868aeaa.zip
Add note about AIX/PowerPC with disk space requirements. Wrap long line.
llvm-svn: 15588
Diffstat (limited to 'llvm/docs/GettingStarted.html')
-rw-r--r--llvm/docs/GettingStarted.html20
1 files changed, 16 insertions, 4 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html
index ffd8537f30d..2716495a25a 100644
--- a/llvm/docs/GettingStarted.html
+++ b/llvm/docs/GettingStarted.html
@@ -202,7 +202,7 @@ software you will need.</p>
<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 @@ software you will need.</p>
<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 @@ generation should work as well, although the generated native code may not work
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>
OpenPOWER on IntegriCloud