aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit22e9e33949b76d49cf7b9e078f7e8911ec7378fa (patch)
treebfff944b77278fd422bcd81c1feed1d9a8391796 /docs/GettingStarted.html
parenta6d8ab3f9d20a49e11eb7eb89cef4eacd03521da (diff)
downloadexternal_llvm-22e9e33949b76d49cf7b9e078f7e8911ec7378fa.zip
external_llvm-22e9e33949b76d49cf7b9e078f7e8911ec7378fa.tar.gz
external_llvm-22e9e33949b76d49cf7b9e078f7e8911ec7378fa.tar.bz2
Add note about AIX/PowerPC with disk space requirements. Wrap long line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15588 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r--docs/GettingStarted.html20
1 files changed, 16 insertions, 4 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index ffd8537..2716495 100644
--- a/docs/GettingStarted.html
+++ b/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>