From: Chris Lattner
Date: Fri, 24 Oct 2003 16:02:34 +0000 (+0000)
Subject: Add note about multilibs. THis should go into the 1.0 release if possible
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=13964e02f9aec0e980a9ca194b75d830f533e9af;p=oota-llvm.git
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
---
diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html
index 080153fe8ce..cf29d856cb4 100644
--- a/docs/CFEBuildInstrs.html
+++ b/docs/CFEBuildInstrs.html
@@ -105,6 +105,11 @@ good GCC hacker.
No inline assembly for position independent code. At the LLVM level,
everything is position independent.
We handle .init and .fini differently.
+ You may have to disable multilib support in your target. Using multilib
+ support causes the GCC compiler driver to add a lot of "-L"
+ options to the link line, which do not relate to LLVM and confuse
+ gccld. To disable multilibs, delete any
+ MULTILIB_OPTIONS lines from your target files.
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.