Add note about sucky suse compiler
authorChris Lattner <sabre@nondot.org>
Mon, 8 Dec 2003 05:43:19 +0000 (05:43 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 8 Dec 2003 05:43:19 +0000 (05:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10313 91177308-0d34-0410-b5e6-96231b3b80d8

docs/FAQ.html

index 51ba6828606645b420a59b49be7013d50fb6a104..8f9a9a7b69715537f52330c766b309bc36f52f50 100644 (file)
@@ -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>