summaryrefslogtreecommitdiffstats
path: root/llvm/docs/FAQ.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-02-14 07:40:16 +0000
committerChris Lattner <sabre@nondot.org>2007-02-14 07:40:16 +0000
commitd521f3c90e6c213d7f6131dd0dd55dd95655fb00 (patch)
tree6c56f323eea28792600efe25bc9decc158d17b94 /llvm/docs/FAQ.html
parenta67302385274a68c9ac001a7485b46c00bdbec66 (diff)
downloadbcm5719-llvm-d521f3c90e6c213d7f6131dd0dd55dd95655fb00.tar.gz
bcm5719-llvm-d521f3c90e6c213d7f6131dd0dd55dd95655fb00.zip
remove an obsolete question
llvm-svn: 34274
Diffstat (limited to 'llvm/docs/FAQ.html')
-rw-r--r--llvm/docs/FAQ.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/llvm/docs/FAQ.html b/llvm/docs/FAQ.html
index d540edd81b0..b67fae3abe5 100644
--- a/llvm/docs/FAQ.html
+++ b/llvm/docs/FAQ.html
@@ -36,7 +36,6 @@
<li><a href="#build">Build Problems</a>
<ol>
<li>When I run configure, it finds the wrong C compiler.</li>
- <li>I compile the code, and I get some error about <tt>/localhome</tt>.</li>
<li>The <tt>configure</tt> script finds the right C compiler, but it uses the
LLVM linker from a previous build. What do I do?</li>
<li>When creating a dynamic library, I get a strange GLIBC error.</li>
@@ -216,22 +215,6 @@ explicitly.</p>
</div>
<div class="question">
-<p>I compile the code, and I get some error about <tt>/localhome</tt>.</p>
-</div>
-
-<div class="answer">
-
-<p>There are several possible causes for this. The first is that you didn't set
-a pathname properly when using <tt>configure</tt>, and it defaulted to a
-pathname that we use on our research machines.</p>
-
-<p>Another possibility is that we hardcoded a path in our Makefiles. If you see
-this, please email the LLVM bug mailing list with the name of the offending
-Makefile and a description of what is wrong with it.</p>
-
-</div>
-
-<div class="question">
<p>The <tt>configure</tt> script finds the right C compiler, but it uses the
LLVM linker from a previous build. What do I do?</p>
</div>
OpenPOWER on IntegriCloud