File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,11 @@ <h2><a name="quickstart"><b>Getting Started Quickly (A Summary)</b></a></h2>
90
90
< li > < tt > cd < i > where-you-want-the-C-front-end-to-live</ i > </ tt >
91
91
< li > < tt > gunzip --stdout cfrontend.< i > platform</ i > .tar.gz | tar -xvf
92
92
-</ tt >
93
+ < li > < b > Sparc Only:</ b > < br >
94
+ < tt >
95
+ cd cfrontend/sparc< br >
96
+ ./fixheaders
97
+ </ tt >
93
98
</ ol >
94
99
95
100
< p >
@@ -377,7 +382,8 @@ <h3><a name="installcf">Install the GCC Front End</a></h3>
377
382
378
383
< p >
379
384
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
381
387
bytecode libraries later used by the GCC front end for linking programs, and
382
388
its ___location must be specified when the LLVM suite is configured.
383
389
</ p >
@@ -390,6 +396,17 @@ <h3><a name="installcf">Install the GCC Front End</a></h3>
390
396
-</ tt >
391
397
</ ol >
392
398
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
+
393
410
<!------------------------------------------------------------------------->
394
411
< h3 > < a name ="config "> Local LLVM Configuration</ a > </ h3 >
395
412
<!------------------------------------------------------------------------->
You can’t perform that action at this time.
0 commit comments