Modified the linker so that it always links in an object from an archive
[oota-llvm.git] / docs / FAQ.html
index cc5d91c06af22f209089cc1913b88345968746a5..f4afc266cbcbb34aa113c7267561a199d60a23bf 100644 (file)
@@ -48,7 +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>
+  <li>Compiling LLVM with GCC 3.3.2 fails, what should I do?</li>
   </ol></li>
 
   <li><a href="#cfe">Using the GCC Front End</a>
@@ -330,12 +330,12 @@ build.</p>
 </div>
 
 <div class="question">
-<p>Compiling LLVM with GCC 3.3 on SuSE 9 fails, what should I do?</p>
+<p>Compiling LLVM with GCC 3.3.2 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 affects
-   projects other than LLVM.  Complain loudly to SuSE.  :)</p>
+<p>This is <a href="http://gcc.gnu.org/PR?13392">a bug in GCC</a>, and 
+   affects projects other than LLVM.  Try upgrading or downgrading your GCC.</p>
 </div>
 
 <!-- *********************************************************************** -->