summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2004-12-09 16:20:11 +0000
committerJohn Criswell <criswell@uiuc.edu>2004-12-09 16:20:11 +0000
commitee964cecceabbd62bbad94b14b1461a9699ca761 (patch)
tree9385288de63b8c2ac7f9fb9798b00f5e854bb57d
parent22c93692b46b1c730c5abab611b393331b480a93 (diff)
downloadllvm-ee964cecceabbd62bbad94b14b1461a9699ca761.tar.gz
Running fixheaders is now done for all GCC frontends.
llvm-svn: 18696
-rw-r--r--llvm/docs/GettingStarted.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html
index d23ac9213023..cd754ac24d5b 100644
--- a/llvm/docs/GettingStarted.html
+++ b/llvm/docs/GettingStarted.html
@@ -115,8 +115,7 @@ and performance.
<ol>
<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 and MacOS X Only:</b><br>
- <tt>cd cfrontend/<i>platform</i><br>
+ <li><tt>cd cfrontend/<i>platform</i><br>
./fixheaders</tt>
</ol></li>
@@ -672,8 +671,7 @@ location must be specified when the LLVM suite is configured.</p>
-</tt></li>
</ol>
-<p>If you are using Solaris/Sparc or MacOS X/PPC, you will need to fix the
-header files:</p>
+<p>Next, you will need to fix your system header files:</p>
<p><tt>cd cfrontend/<i>platform</i><br>
./fixheaders</tt></p>