aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-10-23 21:22:19 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-10-23 21:22:19 +0000
commit188c951004cd556d6e84cfef06b886b6cab12650 (patch)
tree9eb638ecbcba8f33de21a0c2f000a3cf1ac64a0d
parentcf7c329798f8d45afb2e047610e6be3b4f5584a4 (diff)
downloadllvm-188c951004cd556d6e84cfef06b886b6cab12650.zip
llvm-188c951004cd556d6e84cfef06b886b6cab12650.tar.gz
llvm-188c951004cd556d6e84cfef06b886b6cab12650.tar.bz2
Added information about fixing the headers on Solaris.
llvm-svn: 9453
-rw-r--r--llvm/docs/GettingStarted.html19
1 files changed, 18 insertions, 1 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html
index f5695f6..ddad3c2 100644
--- a/llvm/docs/GettingStarted.html
+++ b/llvm/docs/GettingStarted.html
@@ -90,6 +90,11 @@
<li><tt>cd <i>where-you-want-the-C-front-end-to-live</i></tt>
<li><tt>gunzip --stdout cfrontend.<i>platform</i>.tar.gz | tar -xvf
-</tt>
+ <li><b>Sparc Only:</b><br>
+ <tt>
+ cd cfrontend/sparc<br>
+ ./fixheaders
+ </tt>
</ol>
<p>
@@ -377,7 +382,8 @@
<p>
Before configuring and compiling the LLVM suite, you need to extract the
- LLVM GCC front end from the binary distribution. It is used for building the
+ LLVM GCC front end from the binary distribution. It is used for building
+ the
bytecode libraries later used by the GCC front end for linking programs, and
its location must be specified when the LLVM suite is configured.
</p>
@@ -390,6 +396,17 @@
-</tt>
</ol>
+ If you are on a Sparc/Solaris machine, you will need to fix the header
+ files:
+
+ <p>
+
+ <tt>
+ cd cfrontend/sparc
+ <br>
+ ./fixheaders
+ </tt>
+
<!------------------------------------------------------------------------->
<h3><a name="config">Local LLVM Configuration</a></h3>
<!------------------------------------------------------------------------->