aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-12-08 05:43:19 +0000
committerChris Lattner <sabre@nondot.org>2003-12-08 05:43:19 +0000
commit8a0b9242196e6cd97dafecc0bd26d7d72170b326 (patch)
treec5993a6f99000ae2aa4f3250828c5bce947fcefa /docs
parent7152da38ef2c1f9f8ee407dc7740dfd43cbc41a6 (diff)
downloadexternal_llvm-8a0b9242196e6cd97dafecc0bd26d7d72170b326.zip
external_llvm-8a0b9242196e6cd97dafecc0bd26d7d72170b326.tar.gz
external_llvm-8a0b9242196e6cd97dafecc0bd26d7d72170b326.tar.bz2
Add note about sucky suse compiler
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10313 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/FAQ.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/FAQ.html b/docs/FAQ.html
index 51ba682..8f9a9a7 100644
--- a/docs/FAQ.html
+++ b/docs/FAQ.html
@@ -48,6 +48,7 @@
errors.</li>
<li>I've built LLVM and am testing it, but the tests freeze.</li>
<li>Why do test results differ when I perform different types of builds?</li>
+ <li>Compiling LLVM with GCC 3.3 on SuSE 9 fails, what should I do?</li>
</ol></li>
<li><a href="#cfe">Using the GCC Front End</a>
@@ -327,6 +328,15 @@ build.</p>
</div>
+<div class="question">
+<p>Compiling LLVM with GCC 3.3 on SuSE 9 fails, what should I do?</p>
+</div>
+
+<div class="answer">
+<p>This is a bug in the customized version of GCC shipped with SuSE, and effects
+ projects other than LLVM. Complain loudly to SuSE. :)</p>
+</div>
+
<!-- *********************************************************************** -->
<div class="doc_section">
<a name="cfe">Using the GCC Front End</a>