mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-04 02:24:29 +00:00
Note: do not use GNU binutils under AIX, they're not stable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16000 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -16,6 +16,7 @@
|
|||||||
<li><a href="#cautionarynote">A Cautionary Note</a>
|
<li><a href="#cautionarynote">A Cautionary Note</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#cygwin">Building under Cygwin</a></li>
|
<li><a href="#cygwin">Building under Cygwin</a></li>
|
||||||
|
<li><a href="#aix">Building under AIX</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#instructions">Instructions</a></li>
|
<li><a href="#instructions">Instructions</a></li>
|
||||||
@ -68,6 +69,19 @@ and Settings" directory). We welcome patches to fix this issue.
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!--=========================================================================-->
|
||||||
|
<div class="doc_subsection">
|
||||||
|
<a name="aix">Building under AIX</a>
|
||||||
|
</div>
|
||||||
|
<!--=========================================================================-->
|
||||||
|
|
||||||
|
<div class="doc_text">
|
||||||
|
<p>If you are building LLVM and the C front-end under AIX, do NOT use GNU
|
||||||
|
Binutils. They are not stable under AIX and may produce incorrect and/or
|
||||||
|
invalid code. Instead, use the system assembler and linker.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- *********************************************************************** -->
|
<!-- *********************************************************************** -->
|
||||||
<div class="doc_section">
|
<div class="doc_section">
|
||||||
<a name="instructions">Instructions</a>
|
<a name="instructions">Instructions</a>
|
||||||
|
Reference in New Issue
Block a user