Skip to content

Commit 188c951

Browse files
author
John Criswell
committed
Added information about fixing the headers on Solaris.
llvm-svn: 9453
1 parent cf7c329 commit 188c951

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

llvm/docs/GettingStarted.html

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ <h2><a name="quickstart"><b>Getting Started Quickly (A Summary)</b></a></h2>
9090
<li><tt>cd <i>where-you-want-the-C-front-end-to-live</i></tt>
9191
<li><tt>gunzip --stdout cfrontend.<i>platform</i>.tar.gz | tar -xvf
9292
-</tt>
93+
<li><b>Sparc Only:</b><br>
94+
<tt>
95+
cd cfrontend/sparc<br>
96+
./fixheaders
97+
</tt>
9398
</ol>
9499

95100
<p>
@@ -377,7 +382,8 @@ <h3><a name="installcf">Install the GCC Front End</a></h3>
377382

378383
<p>
379384
Before configuring and compiling the LLVM suite, you need to extract the
380-
LLVM GCC front end from the binary distribution. It is used for building the
385+
LLVM GCC front end from the binary distribution. It is used for building
386+
the
381387
bytecode libraries later used by the GCC front end for linking programs, and
382388
its ___location must be specified when the LLVM suite is configured.
383389
</p>
@@ -390,6 +396,17 @@ <h3><a name="installcf">Install the GCC Front End</a></h3>
390396
-</tt>
391397
</ol>
392398

399+
If you are on a Sparc/Solaris machine, you will need to fix the header
400+
files:
401+
402+
<p>
403+
404+
<tt>
405+
cd cfrontend/sparc
406+
<br>
407+
./fixheaders
408+
</tt>
409+
393410
<!------------------------------------------------------------------------->
394411
<h3><a name="config">Local LLVM Configuration</a></h3>
395412
<!------------------------------------------------------------------------->

0 commit comments

Comments
 (0)