Commit ee964cec authored by John Criswell's avatar John Criswell
Browse files

Running fixheaders is now done for all GCC frontends.

llvm-svn: 18696
parent 22c93692
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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>