aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CFEBuildInstrs.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-10-24 16:02:34 +0000
committerChris Lattner <sabre@nondot.org>2003-10-24 16:02:34 +0000
commit13964e02f9aec0e980a9ca194b75d830f533e9af (patch)
tree28c0ea381d79420413413ee2702684d384831f7e /docs/CFEBuildInstrs.html
parent2af460576aaa40d9a7d66484426dc6475c2e29e9 (diff)
downloadexternal_llvm-13964e02f9aec0e980a9ca194b75d830f533e9af.zip
external_llvm-13964e02f9aec0e980a9ca194b75d830f533e9af.tar.gz
external_llvm-13964e02f9aec0e980a9ca194b75d830f533e9af.tar.bz2
Add note about multilibs. THis should go into the 1.0 release if possible
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9467 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CFEBuildInstrs.html')
-rw-r--r--docs/CFEBuildInstrs.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html
index 080153f..cf29d85 100644
--- a/docs/CFEBuildInstrs.html
+++ b/docs/CFEBuildInstrs.html
@@ -105,6 +105,11 @@ good GCC hacker.</p>
<li>No inline assembly for position independent code. At the LLVM level,
everything is position independent.</li>
<li>We handle <tt>.init</tt> and <tt>.fini</tt> differently.</li>
+ <li>You may have to disable multilib support in your target. Using multilib
+ support causes the GCC compiler driver to add a lot of "<tt>-L</tt>"
+ options to the link line, which do not relate to LLVM and confuse
+ <tt>gccld</tt>. To disable multilibs, delete any
+ <tt>MULTILIB_OPTIONS</tt> lines from your target files.</li>
<li>Did we mention that we don't support inline assembly? You'll probably
have to add some fixinclude hacks to disable it in the system
headers.</li>