[llvm-commits] [release_14] CVS: llvm/docs/GettingStarted.html

John Criswell criswell at cs.uiuc.edu
Thu Dec 9 08:20:25 PST 2004



Changes in directory llvm/docs:

GettingStarted.html updated: 1.91 -> 1.91.2.1
---
Log message:

Running fixheaders is now done for all GCC frontends.


---
Diffs of the changes:  (+3 -5)

Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.91 llvm/docs/GettingStarted.html:1.91.2.1
--- llvm/docs/GettingStarted.html:1.91	Wed Dec  8 12:04:14 2004
+++ llvm/docs/GettingStarted.html	Thu Dec  9 10:20:11 2004
@@ -115,8 +115,7 @@
     <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 @@
       -</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>
@@ -1478,7 +1476,7 @@
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.x10sys.com/rspencer/">Reid Spencer</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/12/08 18:04:14 $
+  Last modified: $Date: 2004/12/09 16:20:11 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list